Javid Sumayya
2004-01-18 21:31:03 UTC
hi
I am having problems with using the power function in math.h
I have included the math.h file by writing #include <math.h>
and used the power function by calling pow(x,y)...where x and
y are two double variables
But for some reason it is giving me an error saying
"undefined reference to pow".
Thankx
I am having problems with using the power function in math.h
I have included the math.h file by writing #include <math.h>
and used the power function by calling pow(x,y)...where x and
y are two double variables
But for some reason it is giving me an error saying
"undefined reference to pow".
Thankx