OSDN Git Service

* java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Feb 2003 18:48:50 +0000 (18:48 +0000)
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Feb 2003 18:48:50 +0000 (18:48 +0000)
commit88d3299048f70c9342bdb0d4f14ef67e4d8f7e6c
tree8107a28579715b35c662ed5d8b5bceb8325f67d6
parentd3ca4dfe37a344912bbd471fe042cb0d2abd7fe7
   * java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
       zero when there is an exponent and the significant is zero.
       (divide): Always set scale to newScale even in special ZERO case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62908 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/math/BigDecimal.java