Module fmaximum

Source
Expand description

IEEE 754-2019 maximum.

Per the spec, returns the canonicalized result of:

  • x if x > y
  • y if y > x
  • qNaN if either operation is NaN
  • Logic following +0.0 > -0.0

Excluded from our implementation is sNaN handling.

Functionsยง

fmaximum