sqrt method

double sqrt()

Returns the square root of this.

Implementation

double sqrt() => root(2);