invSqrt2Pi top-level constant

double const invSqrt2Pi

Constant: 1.0/(sqrt(2*pi)).

Implementation

const invSqrt2Pi = 1.0 / sqrt2Pi;