divide

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

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

Return

The result of the division (quotient only)

Parameters

other

The divisor

Throws

if other is zero

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

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

Return

The result of the division (quotient only)

Parameters

other

The divisor

Throws

if other is zero