when ever I put a big or small number through System.out.println() (in Java), it decides to convert something like 0.003897 to 3.897E-3 which is hard to read when going through my temporary-testing-debug-log-thing.
is there any way to keep it as 0.003897?