numpy.testing.assert_array_max_ulp(a, b, maxulp=1, dtype=None)
numpy.polynomial.legendre.legfromroots(roots)
numpy.polynomial.chebyshev.chebmulx(c)
numpy.hstack(tup)
classmethod Legendre.identity(domain=None, window=None)
Legendre.roots()
class numpy.random.RandomState Container for the Mersenne Twister pseudo-random number generator.
numpy.logaddexp2(x1, x2[, out]) = Logarithm of the sum of exponentiations of the inputs in base-2. Calculates log2(2**x1
Order statistics
numpy.random.pareto(a, size=None) Draw samples from a Pareto II or Lomax distribution with specified shape. The
Page 72 of 100