commit | 5496e941873f2a755e387e37d965fd486e81c1ba | [log] [tgz] |
---|---|---|
author | Charles L. Dorian <cldorian@gmail.com> | Wed Apr 04 09:45:22 2012 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Apr 04 09:45:22 2012 -0400 |
tree | e82e5264fab256577a91fde5f9388908d786458f | |
parent | 86092b3d450da7f4075d96c4b0cb27c31500bcc8 [diff] [blame] |
math: update Gamma special cases Match new C99 values for special cases. Fixes #2977. R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5972058
diff --git a/src/pkg/math/all_test.go b/src/pkg/math/all_test.go index ed66a42..8cbead1 100644 --- a/src/pkg/math/all_test.go +++ b/src/pkg/math/all_test.go
@@ -1128,11 +1128,11 @@ NaN(), } var gammaSC = []float64{ + NaN(), + NaN(), Inf(-1), Inf(1), Inf(1), - Inf(1), - Inf(1), NaN(), }