I read that the pow(double, double) function is defined in \"math.h\" but I can\'t find its declaration.
Does anybody know where this function declared? And where i
I’s really defined in math.h. Have you tried including math.h and simply using pow? What do you mean by “can't find it”?
math.h
pow