summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22There is now a parser & calculator interface.Mike Buland
2013-04-22Fixed bug in multiply, added toInt32 function.Mike Buland
2013-04-21FIxed fractional support in comparisons.Mike Buland
2013-04-21Corrected zero-length PackedIntArray bug.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-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