diff options
Diffstat (limited to 'libgo/go/math/cmplx/sqrt.go')
-rw-r--r-- | libgo/go/math/cmplx/sqrt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/cmplx/sqrt.go b/libgo/go/math/cmplx/sqrt.go index 276be07..72f81e9 100644 --- a/libgo/go/math/cmplx/sqrt.go +++ b/libgo/go/math/cmplx/sqrt.go @@ -43,7 +43,7 @@ import "math" // Cancelation error in r-x or r+x is avoided by using the // identity 2 Re w Im w = y. // -// Note that -w is also a square root of z. The root chosen +// Note that -w is also a square root of z. The root chosen // is always in the right half plane and Im w has the same sign as y. // // ACCURACY: |