]> Cypherpunks repositories - gostls13.git/commit
big: Add Rat type
authorEvan Shaw <chickencha@gmail.com>
Fri, 21 May 2010 23:14:55 +0000 (16:14 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 21 May 2010 23:14:55 +0000 (16:14 -0700)
commit5ac88f4a8b5663da5097913763ec7d117b984a1f
tree898a9d086cbb6d6e1b8e59284a5cd4853cb4cdc0
parente2b6022f358bfc28054fcf8545fa7c6a9e9bd165
big: Add Rat type

Implementations are pretty rough and simple at this point, but it's a start.

R=gri
CC=golang-dev
https://golang.org/cl/1250043
src/pkg/big/Makefile
src/pkg/big/nat.go
src/pkg/big/rat.go [new file with mode: 0644]
src/pkg/big/rat_test.go [new file with mode: 0644]