tcl question# Programming - 葵花宝典
o*c
1 楼
what I am refering to is as follows:-
If we wish to round to 3 DP.... then normal rounding is as follows
1.64354 => 1.644
If we were to round down to 3Dp... then it would be as follows
1.64354 => 1.643
I believe, this is called ROUND_HALF_DOWN in Java.
If we wish to round to 3 DP.... then normal rounding is as follows
1.64354 => 1.644
If we were to round down to 3Dp... then it would be as follows
1.64354 => 1.643
I believe, this is called ROUND_HALF_DOWN in Java.