Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.lcm
...NumPy reference Routines and objects by topic Mathematical functions numpy.lcm...
- numpy.lcm (Python data, in numpy.lcm)
- NumPy 1.15.0 Release Notes
...in python 2.7. Improved support for PyPy. Fixes and improvements to numpy.einsum. New functions numpy.gcd and numpy.lcm, to compute the greatest common divisor and least common multiple. numpy.ma.stack, the numpy.stack array-joining fun...
- NumPy 1.17.1 Release Notes
...hat causes a SystemError on python 3.7. #14159: BUG: Fix DeprecationWarning in python 3.8. #14160: BLD: Add missing gcd/lcm definitions to npy_math.h #14161: DOC, BUILD: cleanups and fix (again) ‘build dist’ #14166: TST: Add 3.8-dev to trav...
- numpy.gcd
...atest common divisor of the absolute value of the inputs This is a scalar if both x1 and x2 are scalars. See also lcmThe lowest common multiple Examples >>> import numpy as np >>> np.gcd(12, 20) 4 >>> np.gcd.reduce([15, 25, 35]) 5...
- numpy.lcm
...NumPy reference Routines and objects by topic Mathematical functions numpy.lcm...