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