> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/power.md).

# Power

Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Power

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:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### Parameters

* **Base** \<numeric> - Value to get the Nth root from.
* **Exponent** *\<numeric> -* Degree of the root of **Value**.

### **Examples**

* *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
