UBigLongContext

object UBigLongContext : Reification<UBigLong> , EuclideanSemiring<UBigLong> , ExtendedSemiring<UBigLong> , Order<UBigLong> , Hashing<UBigLong> (source)

Properties

Link copied to clipboard
open override val one: UBigLong
Link copied to clipboard
open val UInt.value: UBigLong
open val ULong.value: UBigLong
Link copied to clipboard
open override val zero: UBigLong

Functions

Link copied to clipboard
infix fun UBigLong.and(other: UBigLong): UBigLong
Link copied to clipboard
open infix override fun UBigLong.compareWith(other: UBigLong): ComparisonResult
Link copied to clipboard
open operator override fun contains(element: Any?): Boolean
Link copied to clipboard
open operator override fun UBigLong.div(other: UBigLong): UBigLong
operator fun UBigLong.div(other: UInt): UBigLong
operator fun UBigLong.div(other: ULong): UBigLong
operator fun UInt.div(other: UBigLong): UBigLong
operator fun ULong.div(other: UBigLong): UBigLong
Link copied to clipboard
open infix override fun UBigLong.divrem(other: UBigLong): EuclideanDivisionResult<UBigLong>
Link copied to clipboard
open infix override fun UBigLong.equalsTo(other: UBigLong): Boolean
Link copied to clipboard
open override fun UBigLong.hash(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun UBigLong.isOne(): Boolean
Link copied to clipboard
open override fun UBigLong.isZero(): Boolean
Link copied to clipboard
open operator fun UBigLong.minus(other: UInt): UBigLong
open operator fun UBigLong.minus(other: ULong): UBigLong
open operator fun UInt.minus(other: UBigLong): UBigLong
open operator fun ULong.minus(other: UBigLong): UBigLong
open operator override fun UBigLong.minus(other: UBigLong): UBigLong
Link copied to clipboard
infix fun UBigLong.or(other: UBigLong): UBigLong
Link copied to clipboard
open operator fun UBigLong.plus(other: UInt): UBigLong
open operator fun UBigLong.plus(other: ULong): UBigLong
open operator fun UInt.plus(other: UBigLong): UBigLong
open operator fun ULong.plus(other: UBigLong): UBigLong
open operator override fun UBigLong.plus(other: UBigLong): UBigLong
Link copied to clipboard
open infix fun UBigLong.pow(exponent: UInt): UBigLong
open infix fun UBigLong.pow(exponent: ULong): UBigLong
Link copied to clipboard
open fun power(base: UBigLong, exponent: UInt): UBigLong
open fun power(base: UBigLong, exponent: ULong): UBigLong
Link copied to clipboard
open override fun reify(element: Any?): UBigLong
Link copied to clipboard
open override fun reifyMaybe(element: Any?): Maybe<UBigLong>
Link copied to clipboard
open override fun reifyOrNull(element: Any?): UBigLong?
Link copied to clipboard
open operator override 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
open operator fun UBigLong.times(other: UInt): UBigLong
open operator fun UBigLong.times(other: ULong): UBigLong
open operator fun UInt.times(other: UBigLong): UBigLong
open operator fun ULong.times(other: UBigLong): UBigLong
open operator override fun UBigLong.times(other: UBigLong): UBigLong
Link copied to clipboard
open override fun valueOf(arg: UInt): UBigLong
open override fun valueOf(arg: ULong): UBigLong
Link copied to clipboard
infix fun UBigLong.xor(other: UBigLong): UBigLong