Ok this is the problem, I have the rest of the program done, but I need a function that evaluates a polynomial. Say it is 5x^3+2x^2+X+3
Index and power : 3 2 1 0
The array: coefcients |5||2||1||3|

I need to be able to plug 4 into this and get an answer back. I am have been tryin it for a long *** time, anybody have a way to do it? Thanks