Closed hawkw closed 11 years ago
Okay, BigDecimals will automatically report as scientific notation. If a BigDecimal is encountered then I increase to that level of precision.
I think this should be tagged as wontfix as the functionality it requests is part of https://github.com/ArcticLight/JRPNMachine/issues/22
Belay that, I'm going to leave this open as https://github.com/ArcticLight/JRPNMachine/issues/22 does not implement this functionality.
Thought: DecimalFormat class, and we track the precision that each Value should display itself with?
Sounds good. I'll leave this open until it's implemented - this is major beta 3 functionality IMHO.
This will be done as soon as https://github.com/ArcticLight/JRPNMachine/issues/32 is fixed.
When this is done, let's merge /scientific into /master and close Polonium Beta 3.
This should just be an issue of creating multiple NumberFormat/DecimalFormats plus some switches to turn them on and off. 10^2 or 10E2 you decide.