simfony_as_rust::jet::arithmetic

Function div_mod_32

source
pub fn div_mod_32(a: u32, b: u32) -> (u32, u32)
Expand description

Divide the first integer by the second integer, and return the remainder.