top20 icon indicating copy to clipboard operation
top20 copied to clipboard

For Problem 2 in basic problems 1st pdf, Should it be 'integer ' or 'real x'

Open raikrahul opened this issue 8 years ago • 0 comments

Given a real number x, and a sequence of real

If We are considering real numbers, then the function prototype must be changed

double EvalPolynom(int[ ] coef, int x, int n)

raikrahul avatar Oct 23 '17 14:10 raikrahul