pub fn atanhf(x: f32) -> f32
Inverse hyperbolic tangent (f32)
Calculates the inverse hyperbolic tangent of x. Is defined as log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2.
x
log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2