Polynomial class
This class represents a polynomial of degree n.
R. Brown, 1/2011
Poly
Mvector
float operator()
float x
arr[0]
arr[1]*x
arr[2]*x2
arr[len-1]*xlen-1