power

C++ Reference

power
Syntax:
  #include <numeric>
  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.