Package-level declarations

Types

Link copied to clipboard
@Serializable
value class BigLong(val sign: Int, val absoluteValue: UBigLong)
Link copied to clipboard
Link copied to clipboard
@Serializable
data class BigLongRational
Link copied to clipboard
class IntModuloRing(modulus: Int) : Reification<Int> , Ring<Int> , Hashing<Int>
Link copied to clipboard
class Rational
Link copied to clipboard
Link copied to clipboard
@Serializable
value class UBigLong
Link copied to clipboard
object UBigLongContext : Reification<UBigLong> , EuclideanSemiring<UBigLong> , ExtendedSemiring<UBigLong> , Order<UBigLong> , Hashing<UBigLong>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
infix fun UBigLong.and(other: UBigLong): UBigLong
Link copied to clipboard
operator fun BigLong.div(other: UBigLong): BigLong
operator fun UBigLong.div(other: BigLong): BigLong
operator fun UBigLong.div(other: UBigLong): UBigLong
Link copied to clipboard
infix fun BigLong.divrem(other: UBigLong): EuclideanDivisionResult<BigLong>
infix fun UBigLong.divrem(other: BigLong): EuclideanDivisionResult<BigLong>
infix fun UBigLong.divrem(other: UBigLong): EuclideanDivisionResult<UBigLong>
Link copied to clipboard
fun BigLong.Companion.from(sign: Int, vararg array: ULong): BigLong
fun BigLongRational.Companion.from(numerator: BigLong, denominator: UBigLong = UBigLong.context.one): BigLongRational
Link copied to clipboard
operator fun BigLong.minus(other: UBigLong): BigLong
operator fun UBigLong.minus(other: BigLong): BigLong
Link copied to clipboard
infix fun UBigLong.or(other: UBigLong): UBigLong
Link copied to clipboard
operator fun BigLong.plus(other: UBigLong): BigLong
operator fun UBigLong.plus(other: BigLong): BigLong
Link copied to clipboard
operator fun BigLong.rem(other: UBigLong): BigLong
operator fun UBigLong.rem(other: BigLong): BigLong
operator fun UBigLong.rem(other: UBigLong): UBigLong
Link copied to clipboard
infix fun UBigLong.shl(bitCount: UInt): UBigLong
Link copied to clipboard
infix fun UBigLong.shr(bitCount: UInt): UBigLong
Link copied to clipboard
operator fun BigLong.times(other: UBigLong): BigLong
operator fun UBigLong.times(other: BigLong): BigLong
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
infix fun UBigLong.xor(other: UBigLong): UBigLong