Skip to content
Jip Claassens edited this page Oct 9, 2025 · 6 revisions

Constant functions pi

syntax

  • pi()

definition

pi() results in a float64 value: pi (3.14159…).

applies to

data item with float64 value type

example

parameter<float64> paramPi := pi();

result: paramPi = 3.14159...

Clone this wiki locally