OCTAVE :: LCM - Least Common Multiple INDEX
    INPUT: octave: > lcm ()
    Function: lcm( X ... )
    • Compute the least common multiple of the elements X.

    Example:
        octave:1> lcm( 10, 15 )
         ans = 30
      
        octave:2>
        
    See Also:
OCTAVE :: LCM