This function returns the arccotangent (inverse of the cotangent) of the specified numeric value.
ACOT(value)
For the argument, you can specify the cotangent of the angle you want to return. The argument should be a real number.
The resultant angle is in radians and its value lies between 0 (zero) and PI (pi). If you want to convert the result from radians to degrees, multiply the resultant value by 180/PI.
Accepts numeric data. Returns numeric data.
ACOT(5) gives the result 0.1973
ACOT(10) gives the result 0.0996
ACOT(15) gives the result 0.0665