numpy.polynomial.laguerre.lagder(c, m=1, scl=1, axis=0)
numpy.core.defchararray.index(a, sub, start=0, end=None)
numpy.ma.ptp(obj, axis=None, out=None, fill_value=None)
class numpy.lib.NumpyVersion(vstring)
numpy.array(object, dtype=None, copy=True, order=None, subok=False, ndmin=0) Create an array.
RandomState.rayleigh(scale=1.0, size=None) Draw samples from a Rayleigh distribution. The
numpy.ma.shape(obj)
numpy.sinh(x[, out]) = Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp(-x)) or -1j
numpy.expm1(x[, out]) = Calculate exp(x) - 1 for all elements in the array.
numpy.vander(x, N=None, increasing=False)
Page 47 of 100