Posts by user58415 • 39 points
1 post
-
4
votes2
answers57495
viewsA: Formatting a double in java
Also use the .setscale() BigDecimal bd = new BigDecimal(< tipo >); bd.setscale(< qtdCasas >);
1 post
4
votes2
answers57495
viewsAlso use the .setscale() BigDecimal bd = new BigDecimal(< tipo >); bd.setscale(< qtdCasas >);