We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be7b8ee + 4edefdc commit 5d53ba2Copy full SHA for 5d53ba2
content/en/docs/refguide/modeling/application-logic/expressions/mathematical-function-calls.md
@@ -102,7 +102,7 @@ The second optional parameter determines the precision of the rounding. The defa
102
103
### Example
104
105
-If you use the following input:
+Here is an example of commercial rounding. If you use the following input:
106
107
```java
108
round(3.5)
@@ -114,7 +114,7 @@ The output is of type Integer/Long:
114
4
115
```
116
117
-Another example of an input is:
+Here is an example of banker's rounding with a specified precision value. If you use the following input:
118
119
120
round(88.725,2)
0 commit comments