Function lcm_fixed64
Source pub fn lcm_fixed64(a: I32F32, b: I32F32) -> I32F32
Expand description
Calculate the least common multiple (LCM) for fixed-point numbers using I32F32.
§Arguments
a: The first I32F32 number.
b: The second I32F32 number.
§Returns
- An
I32F32 representing the least common multiple of a and b.