QuotientAndRemainder

data class QuotientAndRemainder(val quotient: BigInteger, val remainder: BigInteger)

Constructors

Link copied to clipboard
constructor(quotient: BigInteger, remainder: BigInteger)

Properties

Link copied to clipboard
Link copied to clipboard