invSqrtPi top-level constant

double const invSqrtPi

Constant: 1.0/(sqrt(pi)).

Implementation

const invSqrtPi = 1.0 / sqrtPi;