SQRT1_2 constant

double const SQRT1_2

A mathematical constant for the square root of one-half, with an approximate value of 0.7071067811865476.

Implementation

static const SQRT1_2 = math.sqrt1_2;