Synopsis
float atanhf(float x);
Description

atanhf returns the inverse hyperbolic tangent of x.

If |x| > 1 atanhf returns NaN. If x is NaN, atanhf returns that NaN. If x is 1, atanhf returns ∞. If x is −1, atanhf returns −∞.