I'm trying to format a double in scientific notation to a double not in scientific notation. I tried using DecimalFormat to format the scientific notation double to a
string. But, when I try to convert it back to a double I get the scientific notation back.
7.399999999999985E-5 To 0.00007 (When I create a new Double I get 7.0E-5 back).
Any suggestions would be greatly appreciated.
Thanks, Lisa