I have a double value, which can have a big value. Therefore it will display a number containing an E character. How can I get the original big value from that double?
Example:
double d = 420000382.34;
System.out.println(d);
output will be:
4.2000038234E8
But I want this output somehow:
420000382.34