25 lines
440 B
Plaintext
25 lines
440 B
Plaintext
[discrete]
|
|
[[esql-tau]]
|
|
=== `TAU`
|
|
|
|
*Syntax*
|
|
|
|
[.text-center]
|
|
image::esql/functions/signature/tau.svg[Embedded,opts=inline]
|
|
|
|
*Description*
|
|
|
|
Returns the https://tauday.com/tau-manifesto[ratio] of a circle's circumference
|
|
to its radius.
|
|
|
|
*Example*
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/math.csv-spec[tag=tau]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/math.csv-spec[tag=tau-result]
|
|
|===
|