ichigyou
    Preparing search index...

    Function lcm

    • Calculates the least common multiple (LCM) of two numbers.

      Parameters

      • num1: number

        The first input number.

      • num2: number

        The second input number.

      Returns number

      The LCM of num1 and num2.