sqrtHalf property

double get sqrtHalf

Square root of 1/2.

Implementation

static double get sqrtHalf => dart_math.sqrt1_2;