ACOT
Calculates the inverse cotangent of the specified number (arccotangent), in radians.
The
ACOT
function calculates the angle for a given cotangent value.
Syntax
=ACOT(value)
Arguments
Argument | Type | Description |
---|---|---|
value | Number | The cotangent value |
Examples
=ACOT(1)
→0.78539816339744830962
Calculates the arccotangent of 1
=ACOT(0)
→1.57079632679489661923
Calculates the arccotangent of 0
=ACOT(@"Property 1")
→1.34472793880101271339
Calculates the arccotangent of the shape data property @"Property 1" (0.23)
Updated 7 months ago