elasticsearch/docs/reference/esql/functions/parameters/round.asciidoc
Nik Everett aac17616a3
ESQL: Improve tests and docs for some functions (#107331)
This improves the tests and docs for a few functions, specifically `E`,
`FLOOR`, `PI`, `POW`, and `ROUND`. The examples and tested signatures
will get copied into the docs and kibana signatures.


Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-04-11 12:41:56 -04:00

9 lines
320 B
Text

// 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`.