Function lcm_fixed128

Source
pub fn lcm_fixed128(a: I64F64, b: I64F64) -> I64F64
Expand description

Calculate the least common multiple (LCM) for fixed-point numbers using I64F64.

§Arguments

  • a: The first I64F64 number.
  • b: The second I64F64 number.

§Returns

  • An I64F64 representing the least common multiple of a and b.