Formualizer Docs
ReferenceFunctionsMath Functions

ACOTH

ACOTH: Returns the inverse hyperbolic cotangent of a number.

Summary

Returns the inverse hyperbolic cotangent of a number.

Examples

Inverse hyperbolic cotangent
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
0.5493061443340548

FAQ

When does ACOTH return #NUM!?

ACOTH requires |x| > 1, so inputs between -1 and 1 inclusive return #NUM!.

Runtime metadata

Category

Math

Signature

ACOTH(arg1: Number)

Arity

min 1, max 1

Arguments

arg1

Number · Scalar · coercion NumberLenientText

Caps

PUREELEMENTWISENUMERIC_ONLY

Source

On this page