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

# Round

This Function returns a *\<numeric>*, which is the the result of rounding the specified **Source Value** to the specified **Decimal Places**.

Function available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Source Value** *\<numeric> -* Value to round-
* **Decimal Places** *\<numeric> -* Number of decimal places to round the **Source Value** to.

### **Examples**

* *Example 1*

Round(1.57, 1)\
**Result** = 1.6

* *Example 2*

Round(-1.57, 1)\
**Result** = -1.6

* *Example 3*

Round(1.54, 1)\
**Result** = 1.5

* *Example 4*

Round(2, 1)\
**Result** = 2

* *Example 5*

Round(2.0, 1)\
**Result** = 2
