We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 23ea045 commit e281625Copy full SHA for e281625
resources/function_help/json/round
@@ -2,7 +2,7 @@
2
"function": "round",
3
"description": "Rounds a number to number of decimal places.",
4
"arguments": [ {"arg":"decimal","description":"decimal number to be rounded"},
5
- {"arg":"places","description":"Optional integer representing number of places to round decimals too. Can be negative."}],
+ {"arg":"places","description":"Optional integer representing number of places to round decimals to. Can be negative."}],
6
"examples": [ { "expression":"round(1234.567, 2)", "returns":"1234.57"},
7
{ "expression":"round(1234.567)", "returns":"1235"}]
8
}
0 commit comments