]> Cypherpunks repositories - gostls13.git/commit
math/big: cleanup documentation for Format methods
authorMatthew Dempsky <mdempsky@google.com>
Sun, 20 Mar 2016 21:54:13 +0000 (14:54 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 21 Mar 2016 02:49:32 +0000 (02:49 +0000)
commite28a3929efa9797530c7f74284796825a25d2011
treec1b07a284ca55084bc570c6de60ae2df399eeadd
parent36d5650a1c60be5e09abc89774758f525afc7874
math/big: cleanup documentation for Format methods

'b' is a standard verb for floating point values. The runes like '+'
and '#' are called "flags" by package fmt's documentation. The flag
'-' controls left/right justification, not anything related to signs.

Change-Id: Ia9cf81b002df373f274ce635fe09b5bd0066aa1c
Reviewed-on: https://go-review.googlesource.com/20930
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/big/ftoa.go
src/math/big/intconv.go