Function glm::builtin::atanh
[−]
[src]
pub fn atanh<F: BaseFloat, T: GenFloat<F>>(x: T) -> T
Arc hyperbolic tangent; returns the inverse of tanh.
Results are undefined if ∣x∣ ≥ 1
.