Brass Core Plugins

pi

Returns the ratio of the circumference of a circle to its diameter, specified by the constant, π.

Syntax

pi()

Remarks

The value of this constant is 3.14159265358979323846.

Example

.echoln pi() ; Outputs 3.142...