]> Cypherpunks repositories - gostls13.git/commit
math: fix normalization bug in pure-Go sqrt
authorCaleb Spare <cespare@gmail.com>
Thu, 22 Oct 2015 03:35:22 +0000 (20:35 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 23 Oct 2015 18:29:10 +0000 (18:29 +0000)
commit22d4c8bf13d5edf4670dbdaf0854d653d9c2b81a
tree1ed97d97461d9628ac76e0034d3e767bc4b6c80a
parent8ee0fd862357aade3f58cdb41467408105c9e865
math: fix normalization bug in pure-Go sqrt

Fixes #13013

Change-Id: I6cf500eacdce76e303fc1cd92dd1c80eef0986bc
Reviewed-on: https://go-review.googlesource.com/16158
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/math/all_test.go
src/math/sqrt.go