Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-30 | The new division works great! | Mike Buland | |
Other minor bug fixes including scale issues, digit() access stopped a digit before the final possible digit in the scale, >, >=, <, <= all work correctly with mixed scale numbers now, probably other fixes. | |||
2013-05-10 | Added more checking & unit-tests. | Mike Buland | |
2013-04-23 | Fixed random zeros bug.0.03 | Mike Buland | |
They weren't that random, the resize routine in PackedIntArray was written poorly. It was growing too much and computing the size of the original array incorrectly, so not all the data was being copied every time. | |||
2013-04-23 | Added cli params & a unit test. | Mike Buland | |