twoPi top-level constant

double const twoPi

The value 2 * pi, also known as tau.

Implementation

const double twoPi = 2.0 * math.pi;