Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.algebraicExtra
/
dev.lounres.kone.algebraic
/
BigLongContext
Big
Long
Context
object
BigLongContext
:
Reification
<
BigLong
>
,
EuclideanRing
<
BigLong
>
,
Order
<
BigLong
>
,
Hashing
<
BigLong
>
(
source
)
Members
Properties
one
Link copied to clipboard
open
override
val
one
:
BigLong
value
Link copied to clipboard
val
UBigLong
.
value
:
BigLong
open
val
Int
.
value
:
BigLong
open
val
Long
.
value
:
BigLong
open
val
UInt
.
value
:
BigLong
open
val
ULong
.
value
:
BigLong
zero
Link copied to clipboard
open
override
val
zero
:
BigLong
Functions
compare
With
Link copied to clipboard
open
infix override
fun
BigLong
.
compareWith
(
other
:
BigLong
)
:
ComparisonResult
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
Any
?
)
:
Boolean
div
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
divrem
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
>
equals
To
Link copied to clipboard
open
infix override
fun
BigLong
.
equalsTo
(
other
:
BigLong
)
:
Boolean
hash
Link copied to clipboard
open
override
fun
BigLong
.
hash
(
)
:
Int
is
Not
One
Link copied to clipboard
open
fun
BigLong
.
isNotOne
(
)
:
Boolean
is
Not
Zero
Link copied to clipboard
open
fun
BigLong
.
isNotZero
(
)
:
Boolean
is
One
Link copied to clipboard
open
override
fun
BigLong
.
isOne
(
)
:
Boolean
is
Zero
Link copied to clipboard
open
override
fun
BigLong
.
isZero
(
)
:
Boolean
minus
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
plus
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
pow
Link copied to clipboard
open
infix
fun
BigLong
.
pow
(
exponent
:
UInt
)
:
BigLong
open
infix
fun
BigLong
.
pow
(
exponent
:
ULong
)
:
BigLong
power
Link copied to clipboard
open
override
fun
power
(
base
:
BigLong
,
exponent
:
UInt
)
:
BigLong
open
override
fun
power
(
base
:
BigLong
,
exponent
:
ULong
)
:
BigLong
reify
Link copied to clipboard
open
override
fun
reify
(
element
:
Any
?
)
:
BigLong
reify
Maybe
Link copied to clipboard
open
override
fun
reifyMaybe
(
element
:
Any
?
)
:
Maybe
<
BigLong
>
reify
Or
Null
Link copied to clipboard
open
override
fun
reifyOrNull
(
element
:
Any
?
)
:
BigLong
?
rem
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
times
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
unary
Minus
Link copied to clipboard
open
operator override
fun
BigLong
.
unaryMinus
(
)
:
BigLong
value
Of
Link copied to clipboard
fun
valueOf
(
arg
:
UBigLong
)
:
BigLong
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