dziesiętne do 6 miejsc w Javie

double num = 1.34567;
System.out.format("%.4f", num);
Faithful Finch