numpy.radians(x[, out]) = Convert angles from degrees to radians.
numpy.ma.masked_all_like(arr)
numpy.random.zipf(a, size=None) Draw samples from a Zipf distribution. Samples are drawn from a Zipf distribution
numpy.arctan(x[, out]) = Trigonometric inverse tangent, element-wise. The inverse of tan, so that if y = tan(x)
class numpy.polynomial.hermite_e.HermiteE(coef, domain=None, window=None)
numpy.polynomial.hermite.hermgrid3d(x, y, z, c)
Legendre.trim(tol=0)
numpy.polynomial.legendre.legmulx(c)
dtype.shape Shape tuple of the sub-array if this data type describes a sub-array, and () otherwise.
HermiteE.cutdeg(deg)
Page 90 of 100