Computes the pairwise least common multiple of the input elements.
c = lcm(a, b)
Scalar or array of any dimension. All elements of a must be positive integers.
Scalar or array of any dimension. All elements of b must be positive integers.
Pairwise least common multiple of the elements in a and b. c is an array of the same size as the larger of a and b.
A = 234; B = 98; C = lcm(A, B)
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices