← All docs

pi() — internals

Compiler internals for pi(): lowering path, type checks, and runtime helpers.

pi() — internals

Where it lives

Lowering notes

  • Lowers pi() as a data-section float constant.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function pi(): float

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references