ModularQuotientAndRemainder

data class ModularQuotientAndRemainder(val quotient: ModularBigInteger, val remainder: ModularBigInteger)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard