[][src]Function avr_libc::fmod

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

The function fmod() returns the floating-point remainder of __x / __y.