]> Cypherpunks repositories - gostls13.git/commit
math/big: minor cleanups
authorRobert Griesemer <gri@golang.org>
Wed, 3 Apr 2013 20:24:32 +0000 (13:24 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 3 Apr 2013 20:24:32 +0000 (13:24 -0700)
commit1b37ba931f383597c8159bb88f5733dfd54dda9d
tree01d053fe0d81bf4d494ad8416cdde18c625ea146
parent4f1ef563cc7fa110937516be2fe847a48e700135
math/big: minor cleanups

- comment fixes
- s/z/x/ in (*rat).Float64 to match convention for functions
  returning a non-*Rat
- minor test output tweaking

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8327044
src/pkg/math/big/int.go
src/pkg/math/big/rat.go
src/pkg/math/big/rat_test.go