sqrt constructor

const sqrt(
  1. num d
)

Calculate square root with high accuracy.

Implementation

const factory sqrt(num d) = ConstMath.sqrt;