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
/
BigLong
Big
Long
@
Serializable
@
JvmInline
value
class
BigLong
(
val
sign
:
Int
,
val
absoluteValue
:
UBigLong
)
(
source
)
Members
Members & Extensions
Constructors
Big
Long
Link copied to clipboard
constructor
(
sign
:
Int
,
absoluteValue
:
UBigLong
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
absolute
Value
Link copied to clipboard
val
absoluteValue
:
UBigLong
magnitude
Link copied to clipboard
val
magnitude
:
KoneULongArray
sign
Link copied to clipboard
val
sign
:
Int
Functions
compare
With
Link copied to clipboard
open
infix override
fun
BigLong
.
compareWith
(
other
:
BigLong
)
:
ComparisonResult
div
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
divrem
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
>
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
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
plus
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
pow
Link copied to clipboard
open
infix
fun
BigLong
.
pow
(
exponent
:
UInt
)
:
BigLong
open
infix
fun
BigLong
.
pow
(
exponent
:
ULong
)
:
BigLong
rem
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
times
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
to
String
Link copied to clipboard
fun
BigLong
.
toString
(
radix
:
UInt
)
:
String
unary
Minus
Link copied to clipboard
open
operator override
fun
BigLong
.
unaryMinus
(
)
:
BigLong