BigInteger.divide

BigInteger.divide

Class Overview | Class Members | This Package | All Packages

Syntax
public BigInteger divide( BigInteger val ) throws ArithmeticException
Description
Returns a BigInteger whose value is (this / val). Throws an ArithmeticException if val == 0.