> 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

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:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

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