diff options
| author | Robert Griesemer <gri@golang.org> | 2015-06-03 15:05:07 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2015-06-03 22:08:17 +0000 |
| commit | c1fed8482d312d5c1bf0b92f22b4217580fc1f8a (patch) | |
| tree | 45824bfa52397018d59028cfd8ea6ab0ea94747c /src/math/big/float.go | |
| parent | d15597e1b21a0324692e8664eb6b2f8158dafd10 (diff) | |
| download | go-c1fed8482d312d5c1bf0b92f22b4217580fc1f8a.tar.xz | |
math/big: turn off debug mode
Change-Id: Ie38742cddc5a256e2f0fc0f720c0ed2f1b2e1bca
Reviewed-on: https://go-review.googlesource.com/10664
Reviewed-by: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'src/math/big/float.go')
| -rw-r--r-- | src/math/big/float.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/float.go b/src/math/big/float.go index b13fea6a6a..c18a4657fc 100644 --- a/src/math/big/float.go +++ b/src/math/big/float.go @@ -16,7 +16,7 @@ import ( "math" ) -const debugFloat = true // enable for debugging +const debugFloat = false // enable for debugging // A nonzero finite Float represents a multi-precision floating point number // |
