Rational representation
authorSam Moore <[email protected]>
Mon, 30 Jun 2014 04:29:14 +0000 (12:29 +0800)
committerSam Moore <[email protected]>
Mon, 30 Jun 2014 04:29:14 +0000 (12:29 +0800)
commit33356addacfe4296ecb613c6c4696f082e351159
treeac5f7d7141155ba6d2e96e22c949e26a32063794
parent54798ed9050d0742c6cdab067fad0cc364b1d6b2
Rational representation

Buggy, partly due to integer overflows, partly due to moronic bugs that have yet to be determined.
15 files changed:
src/Makefile
src/arbint.cpp [new file with mode: 0644]
src/arbint.h [new file with mode: 0644]
src/main.cpp
src/main.h
src/objectrenderer.cpp
src/objectrenderer.h
src/rational.h [new file with mode: 0644]
src/rationalrange.data [new file with mode: 0644]
src/real.cpp
src/real.h
src/tests/arb.cpp [new file with mode: 0644]
src/tests/asm.cpp [new file with mode: 0644]
src/tests/rationalrange.cpp [new file with mode: 0644]
src/view.cpp

UCC git Repository :: git.ucc.asn.au