1
0
mirror of https://github.com/golang/go synced 2024-11-18 06:54:49 -07:00

math/big: turn off debug mode

Change-Id: Ie38742cddc5a256e2f0fc0f720c0ed2f1b2e1bca
Reviewed-on: https://go-review.googlesource.com/10664
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Robert Griesemer 2015-06-03 15:05:07 -07:00
parent d15597e1b2
commit c1fed8482d

View File

@ -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
//