sqrt method

double sqrt()

Returns the square root of this num.

Implementation

double sqrt() => math.sqrt(this);