Skip to content
Snippets Groups Projects
Commit ce5b5a5e authored by Mark Wielaard's avatar Mark Wielaard Committed by Mark Wielaard
Browse files

BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is...

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
parent 6017c719
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment