2023-07-06 05:06:06 +08:00
|
|
|
[[esql-pi]]
|
|
|
|
=== `PI`
|
2023-08-28 23:17:04 +08:00
|
|
|
[.text-center]
|
|
|
|
image::esql/functions/signature/pi.svg[Embedded,opts=inline]
|
|
|
|
|
2023-07-06 05:06:06 +08:00
|
|
|
The {wikipedia}/Pi[ratio] of a circle's circumference to its diameter.
|
|
|
|
|
|
|
|
[source.merge.styled,esql]
|
|
|
|
----
|
|
|
|
include::{esql-specs}/math.csv-spec[tag=pi]
|
|
|
|
----
|
|
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|
|
|===
|
|
|
|
include::{esql-specs}/math.csv-spec[tag=pi-result]
|
|
|
|
|===
|