Expand description
IEEE 754-2011 maxNum
. This has been superseded by IEEE 754-2019 maximumNumber
.
Per the spec, returns the canonicalized result of:
x
ifx > y
y
ify > x
- The other number if one is NaN
- Otherwise, either
x
ory
, canonicalized - -0.0 and +0.0 may be disregarded (unlike newer operations)
Excluded from our implementation is sNaN handling.
More on the differences: link.