cupy.gcd#

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

Computes gcd of x1 and x2 elementwise.

See also

numpy.gcd