cppreference.com > C++ Algorithms > power
power
Syntax:
  #include <algorithm>
  inline TYPE power( TYPE x, int N );

The power() function returns x raised to the power of N, where N is some non-negative integer.