]> Cypherpunks repositories - gostls13.git/commit
math/big: implement Rat.Float32
authorRobert Griesemer <gri@golang.org>
Wed, 11 Jun 2014 16:10:49 +0000 (09:10 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 11 Jun 2014 16:10:49 +0000 (09:10 -0700)
commitbe91bc29a43ae582b6ca7f6adf561cfb25bd6911
treeb107c283857944c94fec72b117c7f6c7f1beae0a
parenta9035ede1b7f705f7cd73c7de51d54f6119b123b
math/big: implement Rat.Float32

Pending CL 101750048.
For submission after the 1.3 release.

Fixes #8065.

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/93550043
src/pkg/math/big/int.go
src/pkg/math/big/rat.go
src/pkg/math/big/rat_test.go