pow not declared

Jul 21, 2011 at 11:58am
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
Did you include cmath?
Jul 21, 2011 at 12:02pm
No, thanks
Topic archived. No new replies allowed.