Function fmaximum

pub fn fmaximum(x: f64, y: f64) -> f64

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

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