Returns a BigDecimal whose numerical value is equal to ( {@code this} * 10n). The scale ofthe result is {@code (this.scale() - n)}.
@throws ArithmeticException if the scale would beoutside the range of a 32-bit integer.
@since 1.5
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.