remainder

Function remainder 

Source
pub fn remainder<F: Float>(numer: F, denom: F) -> F
Expand description

Models the CPP remainder function.