Age | Commit message (Expand) | Author |
2013-04-21 | Corrected zero-length PackedIntArray bug. | 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 | The divide function is public now. | 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 |