Returns the inverse cotangent (arc cotangent) of a number. The output is a value in radians between 0 and pi.
Syntax
ACOT(number)
Remarks
To return the angle in degrees, use the DEGREES function or multiply it by 180/PI().
Examples
|
Formula
|
Result
|
|
=ACOT(-1.3)
|
2.485897027
|
|
=ACOT(4)
|
0.244978663
|
|
=ACOT(1/2)
|
1.107148718
|
Possible Errors
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
Similar Functions