<< Click to Display Table of Contents >> ACOT (arccotangent) |
Syntax:
ACOT(Number)
Description:
Returns the arccotangent of Number, i.e., the angle whose cotangent is Number.
The result is expressed in radians.
Example:
ACOT(1) returns 0.7854 (45°)
ACOT(COT(0.1234)) returns 0.1234
Tip:
You can use the DEGREES function to convert the result from radians to degrees.
Compatibility notes:
Microsoft Excel supports this function only in version 2013 or later. In older versions, the function is unknown.
See also: