fork download
  1. class Main {
  2. public static void main (String[] args) {
  3. float f = 12.345f;
  4. System.out.printf("%.15f\n", f);
  5. }
  6. }
Success #stdin #stdout 0.07s 380224KB
stdin
Standard input is empty
stdout
12.345000267028809