Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-30 | The new division works great! | Mike Buland | |
Other minor bug fixes including scale issues, digit() access stopped a digit before the final possible digit in the scale, >, >=, <, <= all work correctly with mixed scale numbers now, probably other fixes. | |||
2014-09-17 | Issues with small decimal numbers were in toString. | Mike Buland | |
It was bailing on very small numbers with only one decimal point of precision, which is silly. This has been fixed. | |||
2013-11-14 | Fixed (?) parsing order of operations bug, added unit tests. | Mike Buland | |
2013-11-13 | Added debugging to parser, and disabled debug flag.0.08 | Mike Buland | |
2013-11-13 | Corrected silly bug in variable assignment. | Mike Buland | |
2013-05-22 | Some compilers need an extra header. | Mike Buland | |
Should probably include that extra header. | |||
2013-05-09 | Added better filtering in Number::set, and cli options. | Mike Buland | |
The command line options let you set the initial radix/scale, and there's a function te test if any number is prime, that's fun. | |||
2013-05-08 | Command parameters are taken as strings & decimal.0.06 | Mike Buland | |
You no longer need to set the radix in the current radix. | |||
2013-04-24 | Fixed order of operations bug. | Mike Buland | |
2013-04-23 | Now supports modulus (strange for fractions). | Mike Buland | |
2013-04-23 | Variables work. | Mike Buland | |
2013-04-22 | There is now a parser & calculator interface. | Mike Buland | |