nstd_math_tanh_f64

Function nstd_math_tanh_f64 

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

Computes the hyperbolic tangent of x.

§Parameters:

  • NSTDFloat64 x - The value.

§Returns

NSTDFloat64 tanh - The hyperbolic tangent of x.