Function float_extras::f64::remquo [] [src]

pub fn remquo(x: f64, y: f64) -> (isize, f64)

remquo computes the remainder and part of the quotient upon division of x by y.