System.out.println(123.123456789f);System.out.println(123456.123456789f);
123.12346123456.125
System.out.println(String.format(value, "%.6f"));