BigInteger.divide
Class Overview | Class Members | 
  This Package | 
All Packages
 public BigInteger divide( BigInteger val ) throws ArithmeticException
Description
 Returns a BigInteger whose value is (this / val).  Throws an
 ArithmeticException if val == 0.