LeastCommonMultiple
Math
The Least Common Multiple node finds the least common multiple of two numbers, or the smallest positive integer that is divisible by both inputs.
Inputs
A (Pseudo-generic)
The first number.
B (Pseudo-generic)
The second number.
Outputs
* (Pseudo-generic)
The least common multiple of A
and B
.