Pow- Returns number elevated to power
Function that returns the power of number elevated to any exponent.
- Pow(N,E): float
Parameters:
- (float) N: basic number;
- (float) E: exponent number.
Description:
Use the Pow function to raise a number to power. The Pow function is the reverse of the Root function, which derives the root of a number.