Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

div_mod_floor

Function div_mod_floor 

Source
pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T)
Expand description

Simultaneous floored integer division and modulus