Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Fixed nasty subtraction bug when dealing with fractions.0.13 | Mike Buland | |
It turned out to be a really simple solution, but man, that was embarassing. I forgot to include the fractional portion of a number when fixing my radix+1 compliment numbers. | |||
2015-01-07 | Fixed parsing bug, added unit tests, debug cleanup.0.12 | Mike Buland | |
There was an issue with order of operations outside of parenthesies, easily solved. | |||
2014-11-28 | Division fixes, better config, more tests.0.11 | Mike Buland | |
Other minor fixes and options such as --version being added. | |||
2014-10-31 | Corrected issue with particular sequences of zeros. | Mike Buland | |
No more known division issues. |