Skip to main content

fmax

Function fmax 

Source
pub fn fmax(x: f64, y: f64) -> f64
Expand description

Maximum of two f64 values (handles NaN: returns the non-NaN value).