#include <cmath> //library for the function pow(x,y); Given two numbers base (x) and exponent (y), pow() function finds x raised to the power of y.