Function nstd_sys::math::nstd_math_cosh_f64
source · #[no_mangle]
pub extern "C" fn nstd_math_cosh_f64(x: NSTDFloat64) -> NSTDFloat64Available on crate feature
nstd_math only.Expand description
Computes the hyperbolic cosine of x.
Parameters:
NSTDFloat64 x- The value.
Returns
NSTDFloat64 cosh - The hyperbolic cosine of x.