atanh
relationalai.semantics.std.math
atanh(value: NumberValue) -> ExpressionCompute the inverse hyperbolic tangent.
Parameters
Section titled “Parameters”
(valueNumberValue) - The input value (must be in (-1, 1) exclusive).
Returns
Section titled “Returns”Expression- AnExpressioncomputing atanh(value). ReturnsFloat.
Raises
Section titled “Raises”ValueError- If value is not in the range (-1, 1).