Function glm::builtin::tanh
[−]
[src]
pub fn tanh<F: BaseFloat, T: GenFloat<F>>(x: T) -> T
Returns the hyperbolic tangent function sinh(x)/cosh(x)
.