Returns the first argument raised to the power of the second argument. Syntax: #include <math.h> double pow(double base, double exp);