]> Cypherpunks repositories - gostls13.git/commit
math/big: rename (*Float).Format to (*Float).Text
authorRobert Griesemer <gri@golang.org>
Thu, 28 May 2015 22:25:06 +0000 (15:25 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 29 May 2015 17:10:54 +0000 (17:10 +0000)
commit9b3d9230aac0e8433add721a67f22ad6c27267ed
tree87a694aaa4c1e86cb74d6d37b8dcd4c08671b92b
parentc413c45e6db73909ac506cb385b49b6b2cd90726
math/big: rename (*Float).Format to (*Float).Text

This paves the way for a fmt-compatible (*Float).Format method.
A better name then Text is still desirable (suggestions welcome).

This is partly fixing issue #10938.

Change-Id: I59c20a8cee11f5dba059fe0f38b414fe75f2ab13
Reviewed-on: https://go-review.googlesource.com/10493
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/bits_test.go
src/math/big/float.go
src/math/big/float_test.go
src/math/big/floatconv_test.go
src/math/big/floatexample_test.go
src/math/big/ftoa.go