Skip to main content

mod_floor

Function mod_floor 

pub fn mod_floor(dividend: i64, divisor: i64) -> i64
Expand description

Returns the mathematical floor-style remainder of dividend / divisor.

ยงPanics

Panics when divisor is zero or when the matching quotient does not fit in i64.