Function reference · Trigonometry

atanh

Computes the principal inverse hyperbolic tangent.

atanh evaluates supported numeric and complex arguments using the principal logarithmic form. Symbolic arguments remain as atanh(x) when no simplification applies.

Examples

These examples use Nerdamer Notation.

Evaluate the origin.

atanh(0)
// → 0

Keep a symbolic inverse hyperbolic tangent.

atanh(x)

Interfaces

The same operation is available through the interfaces below.

Nerdamer Notation · nerdamer API

Nerdamer Notation

Use this form inside input passed to nerdamer(...).

atanh(arg1)

nerdamer.atanh

Call the operation through the default nerdamer import.

nerdamer.atanh(x: ExpressionInput): Expression

Parameters

NameTypeDescription
xExpressionInputThe input expression (domain `(-1, 1)` for real results).

Returns

Expression — The inverse hyperbolic tangent of `x`.

Browse the nerdamer API →

← Back to Reference