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

Returns the absolute value of x.

§Parameters:

  • NSTDFloat64 x - The value.

§Returns

NSTDFloat64 abs - The absolute value of x.