Flowdock
lcm(other) public

Returns the lowest common multiple (LCM) of the two arguments (self and other).

Examples:

  6.lcm 7        # -> 42
  6.lcm 9        # -> 18
Show source
Register or log in to add new notes.