PI constant

double const PI

A mathematical constant for the ratio of the circumference of a circle to its diameter, expressed as pi, with a value of ~3.141592653589793.

Implementation

static const PI = math.pi;