Skip to content

atanh

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

Compute the inverse hyperbolic tangent.

  • value

    (NumberValue) - The input value (must be in (-1, 1) exclusive).
  • Expression - An Expression computing atanh(value). Returns Float.
  • ValueError - If value is not in the range (-1, 1).