[][src]Function avr_libc::fmax

pub unsafe extern "C" fn fmax(__x: f64, __y: f64) -> f64

The fmax() function returns the greater of the two values \a __x and \a __y. If an argument is NaN, the other argument is returned. If both arguments are NaN, NaN is returned.