SQRT2 constant

double const SQRT2

A mathematical constant for the square root of 2, with an approximate value of 1.4142135623730951.

Implementation

static const SQRT2 = math.sqrt2;