Skip to main content

builtin_atanh

Function builtin_atanh 

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

Inverse hyperbolic tangent.

@param x numeric vector with values in (-1, 1) @return numeric vector of inverse hyperbolic tangents