]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: split rat conversion routines and tests into separate files
authorRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 22:20:04 +0000 (14:20 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 23:02:51 +0000 (23:02 +0000)
commit20a96a1f68cfe608b8066f3ee1b0db28d1d3e4e0
treebce2dddc1e94ef5ff4f2070be99e72565bf45cce
parenta0c5d2840336b74db781757a7d40472ef204a7b9
math/big: split rat conversion routines and tests into separate files

No other functional changes.

Change-Id: I8be1fc488caa4f3d4c00afcb8c00475bfcd10709
Reviewed-on: https://go-review.googlesource.com/3673
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/rat.go
src/math/big/rat_test.go
src/math/big/ratconv.go [new file with mode: 0644]
src/math/big/ratconv_test.go [new file with mode: 0644]