halfPi constant

double const halfPi

Half of the value of pi.

Implementation

static const double halfPi = Math.PI / 2;