sqrt constant

double Function(num x) const sqrt

Computes and returns the square root of 'x'.

Implementation

static const sqrt = math.sqrt;