Skip to content
mtbeek32 edited this page Feb 1, 2024 · 5 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