Function acosh
pub fn acosh(value: Spanned<f64>) -> Result<f64, EcoVec<SourceDiagnostic>>Expand description
Calculates the inverse hyperbolic cosine of a number.
pub fn acosh(value: Spanned<f64>) -> Result<f64, EcoVec<SourceDiagnostic>>Calculates the inverse hyperbolic cosine of a number.