]> Cypherpunks repositories - gostls13.git/commit
math/big: split float conversion routines and tests into separate files
authorRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 22:53:53 +0000 (14:53 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 23:03:06 +0000 (23:03 +0000)
commitf17cd880895863e2c13396296819d0dce81fa43f
tree388b07704de7a148d687a0ffcf2f53d2e4ec188d
parent20a96a1f68cfe608b8066f3ee1b0db28d1d3e4e0
math/big: split float conversion routines and tests into separate files

No other functional changes.

Change-Id: I7e0bb7452c6a265535297ec7ce6a629f1aff695c
Reviewed-on: https://go-review.googlesource.com/3674
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/float.go
src/math/big/float_test.go
src/math/big/floatconv.go [new file with mode: 0644]
src/math/big/floatconv_test.go [new file with mode: 0644]