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