ACOT
Returns the arccotangent of a number.
Math & TrigonometryMath Basics
What it does
Returns the arccotangent (inverse cotangent) of a number, in radians.
Syntax
ACOT(number)
Arguments
number(number) β The number is the cotangent of the angle you want.
Examples
Calculate angle from cotangent
Get angle for cotangent 1.
FORMULA
=ACOT(A2)
RESULT
0.785
SAMPLE DATA
| A | |
|---|---|
| 1 | Value |
| 2 | 1 |