fork(1) download
  1. class Ideone {
  2. public static void main (String[] args) {
  3. System.out.println(1 / 1000.0 / 1000.0 / 1000.0);
  4. System.out.println(1 / 1e9);
  5. }
  6. }
Success #stdin #stdout 0.06s 3359744KB
stdin
Standard input is empty
stdout
9.999999999999999E-10
1.0E-9