#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.
Submit feedback about this site to: