numpy.sin(x[, out]) = Trigonometric sine, element-wise.
class numpy.polynomial.hermite_e.HermiteE(coef, domain=None, window=None)
HermiteE.linspace(n=100, domain=None)
Hermite.degree()
numpy.piecewise(x, condlist, funclist, *args, **kw)
numpy.fft.rfftn(a, s=None, axes=None, norm=None)
numpy.polynomial.legendre.legmulx(c)
numpy.ma.masked_greater(x, value, copy=True)
numpy.ma.cumsum(self, axis=None, dtype=None, out=None) = Return the cumulative sum of the elements along the given axis. The cumulative
Polynomial.has_sametype(other)
Page 86 of 100