mod

actual open override fun mod(other: KBigInteger): KBigInteger

Returns a KBigInteger that is the remainder of this divided by the specified value.

Return

The remainder of the division

Parameters

other

The divisor

Throws

if other is zero

expect open override fun mod(other: KBigInteger): KBigInteger

Returns a KBigInteger that is the remainder of this divided by the specified value.

Return

The remainder of the division

Parameters

other

The divisor

Throws

if other is zero