[−][src]Function avr_libc::fdim
pub unsafe extern "C" fn fdim(__x: f64, __y: f64) -> f64
The fdim() function returns max(__x - __y, 0). If \a __x or \a __y or both are NaN, NaN is returned.
pub unsafe extern "C" fn fdim(__x: f64, __y: f64) -> f64
The fdim() function returns max(__x - __y, 0). If \a __x or \a __y or both are NaN, NaN is returned.