pub fn fmod<T, U>(x: T, y: U) -> Result<f64, PyException>where T: Into<f64>, U: Into<f64>,
math.fmod - floating point remainder