g******l 发帖数: 51 | 1 如果我有个float 的变量。 怎么让他输出只是俩位小数
谢谢 | H***a 发帖数: 189 | 2 in JDK1.5, System.out.printf()
same as in C/C++
【在 g******l 的大作中提到】 : 如果我有个float 的变量。 怎么让他输出只是俩位小数 : 谢谢
| g******l 发帖数: 51 | 3 thanks, but how about 1.4?
i have to use 1.4 :(
【在 H***a 的大作中提到】 : in JDK1.5, System.out.printf() : same as in C/C++
| H***a 发帖数: 189 | 4 read java.text.NumberFormat
【在 g******l 的大作中提到】 : thanks, but how about 1.4? : i have to use 1.4 :(
| r***l 发帖数: 67 | 5 that's the correct answerm not very convenient to use though.
also, take a look at BigDecimal. If you are doing double/float calculation, it
may help you.
【在 H***a 的大作中提到】 : read java.text.NumberFormat
|
|