Skip to main content

PI

Returns the mathematical constant pi (π), approximately 3.14159265358979.

CategoryMath
SyntaxPI()

Example

PI()             // → 3.14159…
2 * PI() // → 6.28318…

Auto-generated from the EngCanvas function registry.