pi2 constant

double const pi2

The value of 2 times pi.

Implementation

static const double pi2 = Math.PI * 2;