#include <math.h> double pow(double x, double y);
x raised to the y power.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.