power From C++ Reference previous page next page cppreference.com > C++ Algorithms > power 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. previous page start next page