Formualizer Docs
ReferenceFunctionsMath Functions

ACOT

ACOT: Returns the angle in radians whose cotangent is the input value.

Summary

ACOT maps real inputs to principal angles in (0, PI()).

Remarks

  • Domain: accepts any real number, including 0.
  • Radians: output is in (0, PI()), with ACOT(0) = PI()/2.
  • Errors: no function-specific domain errors are produced.

Examples

Arccotangent of one
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
0.7853981633974483
Arccotangent of negative one
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
2.356194490192345

FAQ

What is ACOT(0)?

ACOT(0) is PI()/2 in the principal-value branch used here.

Runtime metadata

Category

Math

Signature

ACOT(arg1: Number)

Arity

min 1, max 1

Arguments

arg1

Number · Scalar · coercion NumberLenientText

Caps

PUREELEMENTWISENUMERIC_ONLY

Source

On this page