LeastCommonMultiple
Math
The Least Common Multiple
node finds the smallest number between input A and B which can be multiplied by without a decimal.
Inputs
A (Pseudo-generic)
The first value to compare.
B (Pseudo-generic)
The second value to compare.
Outputs
* (Pseudo-generic)
Returns the result.