Arbint subtraction should work* now
authorSam Moore <[email protected]>
Mon, 7 Jul 2014 01:17:12 +0000 (09:17 +0800)
committerSam Moore <[email protected]>
Mon, 7 Jul 2014 01:17:12 +0000 (09:17 +0800)
commit68dfceb76cbc78e1e0dd529dd0c14be116528353
tree0993786babadb789ca60d8333df6351fb9db6a9e
parentb02dcbab39b8c28b9baa41436842ca9fe4ae7ffd
Arbint subtraction should work* now

Yes I was being clever and resizing if sub.m_digits.size() > this->m_digits.size()
But I forgot about when this->m_digits.size() > sub.m_digits.size()

Passes tests/realops.test now!

On the other hand, CPU rendering of Beziers doesn't work anymore.
I think it's just drawing two lines instead of lots of them.
src/arbint.cpp
src/main.cpp
src/tests/arb.cpp

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