Age | Commit message (Expand) | Author |
2014-11-24 | Fixed an annoying parsing bug.0.10 | Mike Buland |
2014-11-03 | Made x/0 return 0 for now. | Mike Buland |
2014-10-31 | Corrected issue with particular sequences of zeros. | Mike Buland |
2014-10-30 | Maybe better? conversions aren't always good. | Mike Buland |
2014-10-30 | Used the new cuter sign logic in multiply. | Mike Buland |
2014-10-30 | Better comments! | Mike Buland |
2014-10-30 | Fixed remaining known division issues. | Mike Buland |
2014-10-30 | Divisors between 0 and 1 break division now. | Mike Buland |
2014-10-30 | The new division works great! | Mike Buland |
2014-09-17 | Issues with small decimal numbers were in toString. | Mike Buland |
2013-05-10 | Added more helpers to Number.0.07 | Mike Buland |
2013-05-10 | Added more checking & unit-tests. | Mike Buland |
2013-05-09 | Added Number::toRadix & Number::set( int32_t ). | Mike Buland |
2013-05-09 | Added better filtering in Number::set, and cli options. | Mike Buland |
2013-04-23 | Added == operator to compare Numbers & strings | Mike Buland |
2013-04-22 | Fixed bug in multiply, added toInt32 function. | Mike Buland |
2013-04-21 | FIxed fractional support in comparisons. | Mike Buland |
2013-04-19 | Added routines to get/set scale. | Mike Buland |
2013-04-19 | Corrected bugs in division scaling and string parsing. | Mike Buland |
2013-04-19 | Fractional divisoin works. | Mike Buland |
2013-04-19 | It does fractional division, but the result is an int. | Mike Buland |
2013-04-17 | Division, attempt one - broken. | Mike Buland |
2013-04-17 | Now you can multiply fractional numbers. | Mike Buland |
2013-04-17 | You can now add and subtract fractional numbers. | Mike Buland |
2013-04-17 | Fractional portions parse now. | Mike Buland |
2013-04-17 | Well, the fractional portion is...making...progress... | Mike Buland |
2013-04-16 | Broke the string parser. | Mike Buland |
2013-04-16 | Cleaned up some naming.0.01 | Mike Buland |
2013-04-16 | Added formatter for Number. | Mike Buland |
2013-04-16 | Full support for arbitrary radixes is in place. | Mike Buland |
2013-04-16 | Added /, %, and = operators. | Mike Buland |
2013-04-16 | Added operators: -, ==, !=, <, >, <=, >= | Mike Buland |
2013-04-15 | Addition, subtraction, and multiplication work now | Mike Buland |
2013-04-15 | Initial checkin. | Mike Buland |