BigLong

@Serializable
value class BigLong(val sign: Int, val absoluteValue: UBigLong)(source)

Constructors

Link copied to clipboard
constructor(sign: Int, absoluteValue: UBigLong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sign: Int

Functions

Link copied to clipboard
open infix override fun BigLong.compareWith(other: BigLong): ComparisonResult
Link copied to clipboard
operator fun BigLong.div(other: UBigLong): BigLong
open operator override fun BigLong.div(other: BigLong): BigLong
operator fun BigLong.div(other: UBigLong): BigLong
Link copied to clipboard
infix fun BigLong.divrem(other: UBigLong): EuclideanDivisionResult<BigLong>
open infix override fun BigLong.divrem(other: BigLong): EuclideanDivisionResult<BigLong>
infix fun BigLong.divrem(other: UBigLong): 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
operator fun BigLong.minus(other: UBigLong): BigLong
open operator override fun BigLong.minus(other: BigLong): BigLong
operator fun BigLong.minus(other: UBigLong): 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
Link copied to clipboard
operator fun BigLong.plus(other: UBigLong): BigLong
open operator override fun BigLong.plus(other: BigLong): BigLong
operator fun BigLong.plus(other: UBigLong): BigLong
open operator fun BigLong.plus(other: Int): BigLong
open operator fun BigLong.plus(other: Long): BigLong
open operator fun BigLong.plus(other: UInt): BigLong
open operator fun BigLong.plus(other: ULong): 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
operator fun BigLong.rem(other: UBigLong): BigLong
open operator override fun BigLong.rem(other: BigLong): BigLong
operator fun BigLong.rem(other: UBigLong): BigLong
Link copied to clipboard
operator fun BigLong.times(other: UBigLong): BigLong
open operator override fun BigLong.times(other: BigLong): BigLong
operator fun BigLong.times(other: UBigLong): BigLong
open operator fun BigLong.times(other: Int): BigLong
open operator fun BigLong.times(other: Long): BigLong
open operator fun BigLong.times(other: UInt): BigLong
open operator fun BigLong.times(other: ULong): BigLong
Link copied to clipboard
Link copied to clipboard
open operator override fun BigLong.unaryMinus(): BigLong