Skip to main content

Module division

Module division 

Source

Functionsยง

checked_div_ceil
Returns the mathematical ceiling of dividend / divisor.
checked_div_floor
Returns the mathematical floor of dividend / divisor.
checked_mod_floor
Returns the mathematical floor-style remainder of dividend / divisor.
div_ceil
Returns the mathematical ceiling of dividend / divisor.
div_floor
Returns the mathematical floor of dividend / divisor.
mod_floor
Returns the mathematical floor-style remainder of dividend / divisor.