I\'m having trouble with (what I suspect is) a rounding error.
I have a string, 0.686357E-01, which I\'m trying to convert to a double. I\'ve been able to s
0.686357E-01
Double will print always like that, but the value will remain correct. You'll need to format the output to get the correct value. See DecimalFormat class.
Double