SYNOPSIS
#include <math.h>
"double pow(double "x", double "y);
"float powf(float "x", float "y);
"long double powl(long double "x", long double "y);
DESCRIPTION
The pow() function returns the value of x raised to the power of y.
ERRORS
The pow() function can return the following error: