diff --git a/src/math/sqrt.go b/src/math/sqrt.go index b633a4a6ad..7e95f2365b 100644 --- a/src/math/sqrt.go +++ b/src/math/sqrt.go @@ -142,7 +142,3 @@ func sqrt(x float64) float64 { ix = q>>1 + uint64(exp-1+bias)<