Thread
:
C Beginner
View Single Post
Chong
Go4Expert Member
17Apr2012,18:34
For MS Visual C++, the following will do:
#include <math.h> //or <math>
double x=2.55;
double polynomial = 3*pow(x,3)-5*pow(x,2)+6