The Polynomial object evaluates a specified polynomial for the present input value:
y = C0 + C1*x + C2*x^2 + … + CN*x^N
where:
y = present output value for the polynomial
x = present input to the polynomial
Ci = ith entry in the CoefficientList input
The value returned by the Polynomial is calculated on demand.