kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
BigInt
/
Companion
Companion
object
Companion
(
source
)
Members
Members & Extensions
Functions
buffer
Link copied to clipboard
inline
fun
BigInt.Companion
.
buffer
(
size
:
Int
,
initializer
:
(
Int
)
->
BigInt
)
:
Buffer
<
BigInt
>
mutable
Buffer
Link copied to clipboard
inline
fun
BigInt.Companion
.
mutableBuffer
(
size
:
Int
,
initializer
:
(
Int
)
->
BigInt
)
:
Buffer
<
BigInt
>
Properties
BASE
Link copied to clipboard
const
val
BASE
:
ULong
BASE_SIZE
Link copied to clipboard
const
val
BASE_SIZE
:
Int
=
32
ONE
Link copied to clipboard
val
ONE
:
BigInt
ZERO
Link copied to clipboard
val
ZERO
:
BigInt