Expand description
IEEE 754-2019 maximumNumber
.
Per the spec, returns:
x
ifx > y
y
ify > x
- Non-NaN if one operand is NaN
- Logic following +0.0 > -0.0
- Either
x
ory
ifx == y
and the signs are the same - qNaN if either operand is a NaN
Excluded from our implementation is sNaN handling.