Function simfony_as_rust::jet::arithmetic::divides_64
source ยท pub fn divides_64(a: u64, b: u64) -> boolExpand description
Check if the first integer is divisible by the second integer.
pub fn divides_64(a: u64, b: u64) -> boolCheck if the first integer is divisible by the second integer.