1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:10:05 -07:00

math: fix typo in sqrt.go code comment

"it does not necessary" -> "it is not necessary"
This commit is contained in:
Paul Davis 2021-01-26 17:21:34 -06:00 committed by GitHub
parent 8634a234df
commit 52a0f9993a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ package math
//
// One may easily use induction to prove (4) and (5).
// Note. Since the left hand side of (3) contain only i+2 bits,
// it does not necessary to do a full (53-bit) comparison
// it is not necessary to do a full (53-bit) comparison
// in (3).
// 3. Final rounding
// After generating the 53 bits result, we compute one more bit.