cupy.lcm#

cupy.lcm(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

Computes lcm of x1 and x2 elementwise.

See also

numpy.lcm