bevy_math::ops

Function atanh

source
pub fn atanh(x: f32) -> f32
Expand description

Inverse hyperbolic tangent function.

Precision is specified when the libm feature is enabled.