mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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>
15 lines
378 B
Text
Generated
15 lines
378 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
[discrete]
|
|
[[esql-pi]]
|
|
=== `PI`
|
|
|
|
*Syntax*
|
|
|
|
[.text-center]
|
|
image::esql/functions/signature/pi.svg[Embedded,opts=inline]
|
|
|
|
include::../parameters/pi.asciidoc[]
|
|
include::../description/pi.asciidoc[]
|
|
include::../types/pi.asciidoc[]
|
|
include::../examples/pi.asciidoc[]
|