remainder

Function remainder 

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

math.remainder - IEEE remainder