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 not declared
pow not declared
Jul 21, 2011 at 11:58am UTC
Anon1010
(20)
denom= 1- pow(b, e);
It gives me an error as it says pow() is not declared; I thought functions did not have to be declared, so is there an error in the way I entered it?
Jul 21, 2011 at 12:00pm UTC
Warnis
(230)
Did you include cmath?
Jul 21, 2011 at 12:02pm UTC
Anon1010
(20)
No, thanks
Topic archived. No new replies allowed.