pow()

(thing) by r00k123 (9.4 hr) Thu Jul 12 2001 at 18:06:44
pow()

#include <math.h>

double pow( double real1, double real2 );

This function returns real1real2. If real1 is negative and real2 is not an integer an error will occur.

See also: exp().


Back to Essential C Functions.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.