BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an expon...
authorMark Wielaard <mark@klomp.org>
Fri, 14 Feb 2003 18:48:50 +0000 (18:48 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Fri, 14 Feb 2003 18:48:50 +0000 (18:48 +0000)
commitce5b5a5e546a06def2fea870ff2d9a217c224e7d
tree8107a28579715b35c662ed5d8b5bceb8325f67d6
parent6017c7192b72a44f762521140f270ae91060c2f8
BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an exponent and the significant is zero.

       * 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.

From-SVN: r62908
libjava/ChangeLog
libjava/java/math/BigDecimal.java