You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrected crash if user entered -+. This was not caught and would case a crash. It will now display an error
With very large scientific notation numbers, the right and decimal alignments could be off. This has been corrected
Enhancements
Commas can now be entered in inputed numbers. For example, the number -123,456,7899.2 can not be input. Commas can be anywhere, they are simply removed before they number is added to the stack.
Additional automated tests
The factorial command now uses BigDecimal instead of Long so you can have truely huge numbers in a Factorial. Give 400fact command a try. To put this into perspective, our galaxy contains approximately 2.4 × 10^67 atoms
Added a unit test to check for a number entry with commas
Added test for a number to the power of zero (should be 1)
Added tests for import and export with scientific numbers on the stack