To work with the tool in Foresight Analytics Platform 10, use the new interface.
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.
It 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 2 number. |
= ACot(0) | 1,5708 | The arctangent of the 0 number expressed in radians. |
NOTE. To convert the result from radians to degrees, use the Degrees function.
See also:
Function Wizard │ Mathematical Functions │ ACotH │ IMath.ACot