Function fabsf16

Source
pub fn fabsf16(x: f16) -> f16
Expand description

Absolute value (magnitude) (f16)

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