Returns the value raised to some power.
Synopsis
result = Pow(value, power)
Args
value is an number to be raised.
power is the power to raise by.
Returns
value raised to the power power.
Notes
Pow does not recognize integral floating-point values greater than 2 to the 64th, such as 1.0E100.