]> Cypherpunks repositories - gostls13.git/commit
math/big: add examples for Rat and Int's SetString and Scan methods
authorAndrew Gerrand <adg@golang.org>
Tue, 24 Jan 2012 23:29:44 +0000 (10:29 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 24 Jan 2012 23:29:44 +0000 (10:29 +1100)
commitddd67f2ecd1c100c48563addf4293bfe6dc7535f
tree813dd1c4aea99ecf9786c42ec613dcf2d97d4c21
parente3ab30bbc1f17d04fd2f5ce4ea767e0121c5c886
math/big: add examples for Rat and Int's SetString and Scan methods

R=golang-dev, bradfitz, rsc, r, gri, r
CC=golang-dev
https://golang.org/cl/5543047
src/pkg/math/big/example_test.go [new file with mode: 0644]