The function wizard for the ACot function looks as follows:
ACot(Value)
Value. Cotangent of required angle. Any real number.
NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.
Returns the arccotangent of the number.
The arccotangent of a number is the angle the cotangent of which is equal to the number. The angle is specified in radians between 0 and Pi value.
Formula | Result | Description |
= ACot(A1) | 0,4636 | The arc cotangent of the number stored in the A1 cell expressed in radians. The A1 cell contains the number 2. |
= ACot(0) | 1,5708 | The arctangent of the number 1 expressed in radians. |
NOTE. To convert the result from radians to degrees, use the Degrees function.
See also: