cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
pow function of math.h
pow function of math.h
Nov 12, 2012 at 9:19am UTC
vrakas
(53)
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
Nov 12, 2012 at 9:48am UTC
coder777
(8444)
as long as you don't use fractions there's no problem
Topic archived. No new replies allowed.