BigInteger.divide

Returns a BigInteger whose value is {@code (this / val)}.

@param val value by which this BigInteger is to be divided. @return {@code this / val} @throws ArithmeticException if {@code val} is zero.

class BigInteger
divide

Meta