Function simfony_as_rust::jet::arithmetic::divide_64
source ยท pub fn divide_64(a: u64, b: u64) -> u64Expand description
Divide the first integer by the second integer.
pub fn divide_64(a: u64, b: u64) -> u64Divide the first integer by the second integer.