Atom - æl - LCM

Characters: æ , l

Tags: arithmetic , math , number , vectorize

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Return the lowest common multiple of x and y (the smallest number that is divisible by both x and y).

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):