Skip to content

Commit 5d53ba2

Browse files
authored
Merge pull request mendix#8961 from mendix/yl-clarify-rounding-example
Improve Rounding Examples
2 parents be7b8ee + 4edefdc commit 5d53ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/refguide/modeling/application-logic/expressions/mathematical-function-calls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The second optional parameter determines the precision of the rounding. The defa
102102

103103
### Example
104104

105-
If you use the following input:
105+
Here is an example of commercial rounding. If you use the following input:
106106

107107
```java
108108
round(3.5)
@@ -114,7 +114,7 @@ The output is of type Integer/Long:
114114
4
115115
```
116116

117-
Another example of an input is:
117+
Here is an example of banker's rounding with a specified precision value. If you use the following input:
118118

119119
```java
120120
round(88.725,2)

0 commit comments

Comments
 (0)