Is there a least common multiple object? Or have someone already an algorithm available? It would be super when it could work a list of numbers! Thanks in advance.
-
Least common multiple
-
just by trial and error i built that patch, but seems to work so far.
just have a try.edit: the first patch was for 2 numbers only, but you can easily extend this with partwise copying the patch and additional [&&] objects. this here is for 4 numbers just to demonstrate.
-
Cool patch. Do you have one for GCD?