Function fabsf128

Source
pub fn fabsf128(x: f128) -> f128
Expand description

Absolute value (magnitude) (f128)

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