Function lcm

Source
pub extern "C" fn lcm(a: i64, b: i64) -> i64
Expand description

计算最小公倍数

§参数

  • a - 第一个数
  • b - 第二个数

§返回值

返回a和b的最小公倍数