Skip to content

atanh

relationalai.semantics.std.math
atanh(value: NumberValue) -> Expression

Compute the inverse hyperbolic tangent.

Parameters

  • value

    (NumberValue) - The input value (must be in (-1, 1) exclusive).

Returns

  • Expression - An Expression computing atanh(value). Returns Float.

Raises

  • ValueError - If value is not in the range (-1, 1).