pow function of math.h

the pow function of <math.h> return double. is there any problem if i use it for integers e.g. (int)pow(4,10) ?
Thanks
as long as you don't use fractions there's no problem
Topic archived. No new replies allowed.