sqrt method

Quantity sqrt()

Returns a Quantity that represents the square root of this Quantity, in terms of both value and dimensions (for example, if this Quantity were an Area of 16 square meters, a Length of 4 meters will be returned).

Implementation

Quantity sqrt() => this ^ (0.5);