summaryrefslogtreecommitdiff
path: root/src/number.h (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-10-30The new division works great!Mike Buland
2013-05-10Added more helpers to Number.0.07Mike Buland
2013-05-09Added Number::toRadix & Number::set( int32_t ).Mike Buland
2013-04-23Added == operator to compare Numbers & stringsMike Buland
2013-04-22Fixed bug in multiply, added toInt32 function.Mike Buland
2013-04-19Added routines to get/set scale.Mike Buland
2013-04-19Fractional divisoin works.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-16The divide function is public now.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