Function fmaximum_numf16

Source
pub fn fmaximum_numf16(x: f16, y: f16) -> f16
Expand description

Return the greater of two arguments or, if either argument is NaN, NaN.

This coincides with IEEE 754-2019 maximumNumber. The result orders -0.0 < 0.0.