#[no_mangle]
pub extern "C" fn nstd_math_cosh_f32(x: NSTDFloat32) -> NSTDFloat32
Available on crate feature math only.
Expand description

Computes the hyperbolic cosine of x.

§Parameters:

  • NSTDFloat32 x - The value.

§Returns

NSTDFloat32 cosh - The hyperbolic cosine of x.