]> Cypherpunks repositories - gostls13.git/commit
math/big: Add small complete example of big.Rat usage
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 6 Sep 2015 17:59:12 +0000 (19:59 +0200)
committerRobert Griesemer <gri@golang.org>
Tue, 15 Sep 2015 17:46:22 +0000 (17:46 +0000)
commit3d5bed272624fede0e5249f9e7a13ee779e2ba17
treeca3fa67523fd58871c5dd78a4273705b32a3f98d
parenta1aafdbe28645bd2161031636739f467e4f16ac9
math/big: Add small complete example of big.Rat usage

Updates #11241

Change-Id: If71f651f3b8aca432c91314358b93f195217d9ec
Reviewed-on: https://go-review.googlesource.com/14317
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/example_rat_test.go [new file with mode: 0644]