Commit 944a9c7a authored by Robert Griesemer's avatar Robert Griesemer

math: use constant rather than variable for exported test threshold

This is a minor follow-up on https://golang.org/cl/153059.

TBR=iant

Updates #6794.

Change-Id: I03657dafc572959d46a03f86bbeb280825bc969d
Reviewed-on: https://go-review.googlesource.com/c/153845Reviewed-by: default avatarRobert Griesemer <gri@golang.org>
parent 98521a5a
......@@ -9,5 +9,6 @@ var ExpGo = exp
var Exp2Go = exp2
var HypotGo = hypot
var SqrtGo = sqrt
var ReduceThreshold = reduceThreshold
var TrigReduce = trigReduce
const ReduceThreshold = reduceThreshold
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