Hi,
I was wondering, in the standard libraries, is there an integral counterpart to the "double pow(double, double)" function? (for an integer raised to the power of a positive integer)

I am asking this because I want to use the pow function without having to worry about everything associated with floating points (precision etc).

Thank you very much.