pi top-level constant

double const pi

The number π (PI) is a mathematical constant, approximately equal to 3.14159, that is the ratio of a circle's circumference to its diameter.

Implementation

const double pi = math.pi;