Polynomial
index
/Users/amos/Documents/Database/Mental/Programming/python/lib/avatar/Personal2/www.amos/Python/lib/mathlib/Polynomial.py

Polynomial

 
Classes
       
Polynomial

 
class Polynomial
     Methods defined here:
Newton(self, z, xEpsilon)
NewtonInit(self)
NewtonStep(self, z)
__call__(self, z)
__init__(self, *tpzCoef)
__repr__(self)
derivative(self)