Expand description
IEEE 754-2019 minimum.
Per the spec, returns:
xifx < yyify < x- Non-NaN if one operand is NaN
- Logic following +0.0 > -0.0
- Either
xoryifx == yand the signs are the same - qNaN if either operand is a NaN
Excluded from our implementation is sNaN handling.