elasticsearch/docs/reference/query-languages/esql/_snippets/functions/parameters/round.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
326 B
Markdown
Raw Normal View History

% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
**Parameters**
`number`
: The numeric value to round. If `null`, the function returns `null`.
`decimals`
: The number of decimal places to round to. Defaults to 0. If `null`, the function returns `null`.