Function glm::builtin::acosh
[−]
[src]
pub fn acosh<F: BaseFloat, T: GenFloat<F>>(x: T) -> T
Arc hyperbolic cosine; returns the non-negative inverse of cosh.
Results are undefined if x < 1
.