> 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/nth-root.md).

# Nth Root

This Function returns a *\<numeric>*, which is the the Nth root of the specified **Value**.

Function available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

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

### **Examples**

* *Example 1*

NRoot(27, 3)\
**Result** = 3

* *Example 2*

NRoot(8, 3)\
**Result** = 2

* *Example 3*

NRoot(-27, 3)\
**Result** = -3

* *Example 4*

NRoot(-16, 4)\
**Result** = 2

* *Example 5*

NRoot(16, 2)\
**Result** = 4

{% hint style="info" %}
To calculate a square root, set **Degree** to 2.
{% endhint %}
