- n
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ArithmeticException if n or n > 999999999.
Returns a new BigDecimal whose value is thisn. The scale of the result is n * this.scale().
x.pow(0) returns 1, even if x == 0.
Implementation Note: The implementation is based on the ANSI standard X3.274-1996 algorithm.