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

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

33 lines
385 B
Markdown
Raw Normal View History

## `PI` [esql-pi]
**Syntax**
:::{image} ../../../../../images/pi.svg
:alt: Embedded
:class: text-center
:::
**Parameters**
**Description**
Returns [Pi](https://en.wikipedia.org/wiki/Pi), the ratio of a circles circumference to its diameter.
**Supported types**
| result |
| --- |
| double |
**Example**
```esql
ROW PI()
```
| PI():double |
| --- |
| 3.141592653589793 |