]> Cypherpunks repositories - gostls13.git/commit
strconv: fix %.1f, 0.09
authorRob Pike <r@golang.org>
Tue, 29 Jun 2010 23:51:56 +0000 (16:51 -0700)
committerRob Pike <r@golang.org>
Tue, 29 Jun 2010 23:51:56 +0000 (16:51 -0700)
commit64b6a789a1f2543f073db7d6e5e95e6ec3bd7d5c
treede13b3962a9379c142fffdbe691c5f3f372ded41
parent21f8ae8fec711a4d8146c70a041f2da132b5311c
strconv: fix %.1f, 0.09
Fixes #822.
Credit to https://golang.org/cl/1442041 by danielfleischman

R=rsc
CC=golang-dev
https://golang.org/cl/1738047
src/pkg/strconv/atof_test.go
src/pkg/strconv/decimal.go
src/pkg/strconv/ftoa_test.go