I'm trying to print a small double number like 6.67e-11, but using Double.toString() returns 0. What can I do to make it print 6.67e-11 (or something similar) instead?
|
| |||
|
feedback
|
|
Unable to reproduce:
IIRC, My guess is that you don't actually have a small value - that you have 0, due to some rounding errors in other operations. | |||||
feedback
|
|
Please take a look at | |||
|
feedback
|