123456789101112131415161718192021222324 |
- [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]
- |===
|