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
/
from
from
fun
BigLong.Companion
.
from
(
sign
:
Int
,
array
:
KoneULongArray
)
:
BigLong
(
source
)
fun
BigLong.Companion
.
from
(
sign
:
Int
,
vararg
array
:
ULong
)
:
BigLong
(
source
)
fun
BigLongRational.Companion
.
from
(
numerator
:
BigLong
,
denominator
:
UBigLong
=
UBigLong.context.one
)
:
BigLongRational
(
source
)
fun
UBigLong.Companion
.
from
(
array
:
KoneULongArray
)
:
UBigLong
(
source
)
fun
UBigLong.Companion
.
from
(
vararg
array
:
ULong
)
:
UBigLong
(
source
)