acosh
relationalai.semantics.std.math
acosh(value: NumberValue) -> ExpressionCompute the inverse hyperbolic cosine.
Parameters
Section titled “Parameters”
(valueNumberValue) - The input value (must be >= 1).
Returns
Section titled “Returns”Expression- AnExpressioncomputing acosh(value). ReturnsFloat.
Raises
Section titled “Raises”ValueError- If value is less than 1.