Commit c1fed848 authored by Robert Griesemer's avatar Robert Griesemer

math/big: turn off debug mode

Change-Id: Ie38742cddc5a256e2f0fc0f720c0ed2f1b2e1bca
Reviewed-on: https://go-review.googlesource.com/10664Reviewed-by: default avatarAlan Donovan <adonovan@google.com>
parent d15597e1
...@@ -16,7 +16,7 @@ import ( ...@@ -16,7 +16,7 @@ import (
"math" "math"
) )
const debugFloat = true // enable for debugging const debugFloat = false // enable for debugging
// A nonzero finite Float represents a multi-precision floating point number // A nonzero finite Float represents a multi-precision floating point number
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment