BigInteger.remainder

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

@param val value by which this BigInteger is to be divided, and the remainder computed. @return {@code this % val} @throws ArithmeticException if {@code val} is zero.

class BigInteger
remainder

Meta