ReferenceFunctionsMath Functions
ATANH
ATANH: Returns the inverse hyperbolic tangent of a number.
Summary
ATANH is the inverse of TANH on the open interval (-1, 1).
Remarks
- Domain: input must be strictly between
-1and1. - Radians: this function is hyperbolic, so the output is not an angle in radians.
- Errors: returns
#NUM!when the input is<= -1or>= 1.
Examples
Inverse hyperbolic tangent of one half
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.5493061443340548
Domain boundary error
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
#NUM!
Related functions
FAQ
Which inputs are invalid for ATANH?
ATANH is only defined on (-1, 1); endpoints and outside values return #NUM!.
Runtime metadata
Category
Math
Signature
ATANH(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PUREELEMENTWISENUMERIC_ONLY
Source