]> Cypherpunks repositories - gostls13.git/commit
runtime: rename float64 constants to avoid name space pollution
authorRuss Cox <rsc@golang.org>
Fri, 16 Jan 2015 19:33:27 +0000 (14:33 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 19 Jan 2015 15:26:45 +0000 (15:26 +0000)
commit7ef59e4ed8c2bc4d79d1a40ece6e262677214ace
tree888d4fa225bd2a867163969726ceee099dc42557
parente12b1ddc9908602c7307d27a40c5b11529db6200
runtime: rename float64 constants to avoid name space pollution

Otherwise, if you mistakenly refer to an undeclared 'shift' variable, you get 52.

Change-Id: I845fb29f23baee1d8e17b37bde0239872eb54316
Reviewed-on: https://go-review.googlesource.com/2909
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/sqrt.go