Power
Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Power
Last updated
Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Power
Last updated
This Function returns a <numeric>, which is the the result of raising the specified Base to the specified Exponent.
Function available for the following operating systems:
Base <numeric> - Value to get the Nth root from.
Exponent <numeric> - Degree of the root of Value.
Example 1
Power(3, 3) Result = 27
Example 2
Power(2, 3) Result = 8
Example 3
Power(-3, 3) Result = -27
Example 4
Power(2, 4) Result = 16
Example 5
Power(4, 2) Result = 16