Function std::num::div_rem[src]

pub fn div_rem<T: Div<T, T> + Rem<T, T>>(x: T, y: T) -> (T, T)

Simultaneous division and remainder