Function libm::fabsf

source ·
pub fn fabsf(x: f32) -> f32
Expand description

Absolute value (magnitude) (f32) Calculates the absolute value (magnitude) of the argument x, by direct manipulation of the bit representation of x.