[][src]Function avr_libc::fmin

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

The fmin() function returns the lesser 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.