OCTAVE :: LCM - Least Common Multiple
INDEX
INPUT: octave: >
lcm
(
)
OCTAVE :: LCM - Least Common Multiple
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
::
GCD
... Greatest Common Divisor
OCTAVE
::
LCM