fmod

Function fmod 

Source
pub fn fmod<T, U>(x: T, y: U) -> Result<f64, PyException>
where T: Into<f64>, U: Into<f64>,
Expand description

math.fmod - floating point remainder