invSqrt2 top-level constant

double const invSqrt2

Constant: 1.0/sqrt(2).

Implementation

const invSqrt2 = 1.0 / math.sqrt2;