Class java.math.BigDecimal

Added Methods
BigDecimal sqrt(MathContext)  
 

Changed Methods
BigDecimal divide(BigDecimal, int) Now deprecated.
 
BigDecimal divide(BigDecimal, int, int) Now deprecated.
 
BigDecimal setScale(int, int) Now deprecated.
 
 

Changed Fields
int ROUND_CEILING Now deprecated.
 
int ROUND_DOWN Now deprecated.
 
int ROUND_FLOOR Now deprecated.
 
int ROUND_HALF_DOWN Now deprecated.
 
int ROUND_HALF_EVEN Now deprecated.
 
int ROUND_HALF_UP Now deprecated.
 
int ROUND_UNNECESSARY Now deprecated.
 
int ROUND_UP Now deprecated.