Skip to content

acosh

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

Compute the inverse hyperbolic cosine.

  • value

    (NumberValue) - The input value (must be >= 1).
  • Expression - An Expression computing acosh(value). Returns Float.
  • ValueError - If value is less than 1.