numpy.polynomial.laguerre.lagone = array([1])
numpy.polysub(a1, a2)
Chebyshev.degree()
numpy.polynomial.hermite.hermroots(c)
numpy.polynomial.hermite.hermsub(c1, c2)
numpy.polynomial.chebyshev.chebmul(c1, c2)
numpy.polynomial.laguerre.lagmul(c1, c2)
numpy.polynomial.laguerre.lagfromroots(roots)
numpy.polynomial.laguerre.lagadd(c1, c2)
numpy.polynomial.polynomial.polyx = array([0, 1])
Page 14 of 34