How can we help you?

The ACOT function returns the arccotangent of a number.

This function is often used in mathematics and engineering, especially in trigonometry.

 

Syntax

ACOT(value)

Argument

Description

Permitted values

value

Value for which the arccotangent is calculated

Any real number or a reference to a cell containing a number

 

Examples of use

Calculation of arccotangent for 1

=ACOT(1)

Result: approximately 0.7854 radians (or 45°).

Calculation for a negative number

=ACOT(-1)

Result: approximately -0.7854 radians (−45°).

Calculation for zero

=ACOT(0)

Result: π/2 radians (~1.5708), since the arccotangent of zero is π/2.

 

Notes

The value returned by the function is in radians in the range from 0 to π.

Was this helpful?
Yes
No
Previous
ACOSH
Next
ASIN