pow
Calculate the raising of a base number to the exponent power
will return the power function of the two given numbers. Depending on the function overloads, it can either return an integer if both arguments data types are an integer, or a double in every other scenario.
Last updated