Skip to content
Konjure / spatial intelligence

pi

← Builtin reference

The mathematical constant pi, available as a Number.

Signature

pi: Number

pi is a finite binary64 approximation. Angles passed to sin and cos are radians; one full turn is 2 * pi. The name is available in ordinary expressions.

Examples

Measure a circle

The circumference scales linearly with the radius.

Tick 0 · 0.00 s⌘ / Ctrl + EnterThis device
main.kj
Loading the language runtime…
Output 0
No output.
Expected output
12.566370614359172

Rust definition

The Rust interpreter installs std::f64::consts::PI as a Number binding.

See also