div
Returns a BigInteger whose value is (this / val).
Return
this / val
Parameters
other
value by which this BigInteger is to be divided.
Throws
if other is zero.
Returns a BigInteger whose value is (this / val).
this / val
value by which this BigInteger is to be divided.
if other is zero.