Skip to main content

builtin_acosh

Function builtin_acosh 

Source
fn builtin_acosh(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Inverse hyperbolic cosine.

@param x numeric vector with values >= 1 @return numeric vector of inverse hyperbolic cosines