BigLongContext

Properties

Link copied to clipboard
open override val one: BigLong
Link copied to clipboard
Link copied to clipboard
open override val zero: BigLong

Functions

Link copied to clipboard
open infix override fun BigLong.compareWith(other: BigLong): ComparisonResult
Link copied to clipboard
open operator override fun contains(element: Any?): Boolean
Link copied to clipboard
open operator override fun BigLong.div(other: BigLong): BigLong
operator fun BigLong.div(other: UBigLong): BigLong
operator fun UBigLong.div(other: BigLong): BigLong
Link copied to clipboard
open infix override fun BigLong.divrem(other: BigLong): EuclideanDivisionResult<BigLong>
infix fun BigLong.divrem(other: UBigLong): EuclideanDivisionResult<BigLong>
infix fun UBigLong.divrem(other: BigLong): EuclideanDivisionResult<BigLong>
Link copied to clipboard
open infix override fun BigLong.equalsTo(other: BigLong): Boolean
Link copied to clipboard
open override fun BigLong.hash(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun BigLong.isOne(): Boolean
Link copied to clipboard
open override fun BigLong.isZero(): Boolean
Link copied to clipboard
open operator override fun BigLong.minus(other: BigLong): BigLong
operator fun BigLong.minus(other: UBigLong): BigLong
operator fun UBigLong.minus(other: BigLong): BigLong
open operator fun BigLong.minus(other: Int): BigLong
open operator fun BigLong.minus(other: Long): BigLong
open operator fun BigLong.minus(other: UInt): BigLong
open operator fun BigLong.minus(other: ULong): BigLong
open operator fun Int.minus(other: BigLong): BigLong
open operator fun Long.minus(other: BigLong): BigLong
open operator fun UInt.minus(other: BigLong): BigLong
open operator fun ULong.minus(other: BigLong): BigLong
Link copied to clipboard
open operator override fun BigLong.plus(other: BigLong): BigLong
operator fun BigLong.plus(other: UBigLong): BigLong
operator fun UBigLong.plus(other: BigLong): BigLong
open operator fun BigLong.plus(other: Int): BigLong
open operator fun BigLong.plus(other: Long): BigLong
open operator fun Int.plus(other: BigLong): BigLong
open operator fun Long.plus(other: BigLong): BigLong
open operator fun BigLong.plus(other: UInt): BigLong
open operator fun BigLong.plus(other: ULong): BigLong
open operator fun UInt.plus(other: BigLong): BigLong
open operator fun ULong.plus(other: BigLong): BigLong
Link copied to clipboard
open infix fun BigLong.pow(exponent: UInt): BigLong
open infix fun BigLong.pow(exponent: ULong): BigLong
Link copied to clipboard
open override fun power(base: BigLong, exponent: UInt): BigLong
open override fun power(base: BigLong, exponent: ULong): BigLong
Link copied to clipboard
open override fun reify(element: Any?): BigLong
Link copied to clipboard
open override fun reifyMaybe(element: Any?): Maybe<BigLong>
Link copied to clipboard
open override fun reifyOrNull(element: Any?): BigLong?
Link copied to clipboard
open operator override fun BigLong.rem(other: BigLong): BigLong
operator fun BigLong.rem(other: UBigLong): BigLong
operator fun UBigLong.rem(other: BigLong): BigLong
Link copied to clipboard
open operator override fun BigLong.times(other: BigLong): BigLong
operator fun BigLong.times(other: UBigLong): BigLong
operator fun UBigLong.times(other: BigLong): BigLong
open operator fun BigLong.times(other: Int): BigLong
open operator fun BigLong.times(other: Long): BigLong
open operator fun Int.times(other: BigLong): BigLong
open operator fun Long.times(other: BigLong): BigLong
open operator fun BigLong.times(other: UInt): BigLong
open operator fun BigLong.times(other: ULong): BigLong
open operator fun UInt.times(other: BigLong): BigLong
open operator fun ULong.times(other: BigLong): BigLong
Link copied to clipboard
open operator override fun BigLong.unaryMinus(): BigLong
Link copied to clipboard
open override fun valueOf(arg: Int): BigLong
open override fun valueOf(arg: Long): BigLong
open override fun valueOf(arg: UInt): BigLong
open override fun valueOf(arg: ULong): BigLong