You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/expression/embeddedDocs/function/arithmetic/round.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export const roundDocs = {
5
5
'round(x)',
6
6
'round(x, n)',
7
7
'round(unit, valuelessUnit)',
8
-
'round(unit, n, valuelessUnit)',
8
+
'round(unit, n, valuelessUnit)'
9
9
],
10
10
description:
11
11
'round a value towards the nearest integer.If x is complex, both real and imaginary part are rounded towards the nearest integer. When n is specified, the value is rounded to n decimals.',
0 commit comments