最小公倍数计算器

    求最小公倍数

    公式

    LCM = |a × b| / GCD(a, b)

    Least Common Multiple found via GCD.

    示例

    LCM(12, 18)

    = 36

    常见问题

    关于 最小公倍数计算器

    Find the least common multiple of two numbers.