Evaluate the n-th order polynomial result: y = c0 + c1 * x + c2 * x**2 + … + cn * x**n
x (float) –
coeff (list of float) –
y
float