]> Cypherpunks repositories - gostls13.git/commit
math: change float64 bias constant from 1022 to 1023
authorEoghan Sherry <ejsherry@gmail.com>
Wed, 15 Dec 2010 18:20:52 +0000 (13:20 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 15 Dec 2010 18:20:52 +0000 (13:20 -0500)
commit976e45726caf41246549173f87c7f0ded148d31c
tree43f0ce63e6c2847d5597e2bfad90ff072984a53f
parenteedf5c452974fc518bd6ec385730b61f016ddadf
math: change float64 bias constant from 1022 to 1023

This makes some subtle code easier to understand.

R=rsc
CC=golang-dev
https://golang.org/cl/3444043
src/pkg/math/bits.go
src/pkg/math/exp_amd64.s
src/pkg/math/frexp.go
src/pkg/math/logb.go
src/pkg/math/modf.go
src/pkg/math/sqrt_port.go