
public static class BigDecimal extends Object
BigDecimal instance is represented with a unscaled arbitrary
precision mantissa (the unscaled value) and a scale. The value of the BigDecimal is unscaledValue 10^(-scale).Copyright © 2018. All rights reserved.