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