Arbint subtraction/addition deal with borrow/carry correctly, maybe
authorSam Moore <[email protected]>
Mon, 7 Jul 2014 01:49:20 +0000 (09:49 +0800)
committerSam Moore <[email protected]>
Mon, 7 Jul 2014 01:49:20 +0000 (09:49 +0800)
commitd2a8386f675fc01216c29e96d35518789b25965b
tree4d54a718673ecf75c5297088bc2a0aab37f14e3a
parent68dfceb76cbc78e1e0dd529dd0c14be116528353
Arbint subtraction/addition deal with borrow/carry correctly, maybe

Eventually they will be right.

This still doesn't fix the wierd bezier bug or the growing digits really fast (exponential?). I suspect the former is related
to pow(Rational<Arbint>, Rational<Arbint>) and the latter probably makes sense if you do the theory (considering how fast Rational<int64_t> overflowed).
src/arbint.cpp
src/main.cpp
src/tests/realops.cpp

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