Go to the first, previous, next, last section, table of contents.


pow

Syntax

#include <math.h>

double pow(double x, double y);

Return Value

x raised to the y power.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.