Skip to main content

cosh

Function cosh 

pub fn cosh(x: f64) -> f64
Expand description

Returns the hyperbolic cosine of x in radians.

print(cosh(1)) # Prints 1.543081