Function simfony_as_rust::jet::arithmetic::divide_32
source ยท pub fn divide_32(a: u32, b: u32) -> u32Expand description
Divide the first integer by the second integer.
pub fn divide_32(a: u32, b: u32) -> u32Divide the first integer by the second integer.