|
This Function returns a <numeric>, which is the the result of raising the specified Base to the specified Exponent.
Parameters
| Base <numeric> |
| |
Value to get the Nth root from. |
| |
|
| Exponent <numeric> |
| |
Degree of the root of Value.
|
|
|
Example 1
|
|
Example 2 |
|
Example 3 |
Power(3, 3)
Result = 27
|
|
Power(2, 3)
Result = 8 |
|
Power(-3, 3)
Result = -27 |
| |
|
|
|
|
| Example 4 |
|
Example 5 |
|
|
Power(2, 4)
Result = 16 |
|
Power(4, 2)
Result = 16 |
|
|
Updated: 3/25/2013 11:45 AM |