Function js_sys::Math::cosh[][src]

pub fn cosh(x: f64) -> f64

The Math.cosh() function returns the hyperbolic cosine of a number, that can be expressed using the constant e.

MDN documentation