Skip to content

Commit ae9f7df

Browse files
Add missing defaults for function round().
1 parent 1ece2e5 commit ae9f7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/functions/mathematical-numeric.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ A random number is returned.
259259
| *Description* 3+| Returns the value of a rounded number, optionally using a specified precision and rounding mode.
260260
.4+| *Arguments* | *Name* | *Type* | *Description*
261261
| `value` | `FLOAT` | A value to be rounded.
262-
| `precision` | `INTEGER \| FLOAT` | The rounding precision.
263-
| `mode` | `STRING` | A precision rounding mode (`UP`, `DOWN`, `CEILING`, `FLOOR`, `HALF_UP`, `HALF_DOWN`, `HALF_EVEN`).
262+
| `precision` | `INTEGER \| FLOAT` | The rounding precision (default: `0`).
263+
| `mode` | `STRING` | A precision rounding mode (`UP`, `DOWN`, `CEILING`, `FLOOR`, `HALF_UP`, `HALF_DOWN`, `HALF_EVEN`) (default: `UP`).
264264
| *Returns* 3+| `FLOAT`
265265
|===
266266

0 commit comments

Comments
 (0)