]> Cypherpunks repositories - gostls13.git/commit
math/big: removed TODO, cleanups
authorRobert Griesemer <gri@golang.org>
Tue, 26 May 2015 21:57:05 +0000 (14:57 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 27 May 2015 22:09:47 +0000 (22:09 +0000)
commit0858d8847d0cdcc03ecb336c208706516bc0ab40
tree01737fb05295ec2b7f7adedf0afded6b5a8ab27d
parentacd82d5017a6d30781d7b8caa6033694353fa7a8
math/big: removed TODO, cleanups

- factor out handling of sign
- rename bstring, pstring to fmtB, fmtP consistent with fmtE, fmtF
- move all float-to-string conversion functions into ftoa.go
- no functional changes

Change-Id: I5970ecb874dc9c387630b59147d90bda16a5d8e6
Reviewed-on: https://go-review.googlesource.com/10387
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/floatconv.go
src/math/big/floatconv_test.go
src/math/big/ftoa.go