toggle menu
shared
0.0.19
common
switch theme
search in API
shared
/
io.github.gatrongdev.kbignum.math
/
KBigDecimal
/
Companion
Companion
object
Companion
Members
Properties
ONE
Link copied to clipboard
val
ONE
:
KBigDecimal
TEN
Link copied to clipboard
val
TEN
:
KBigDecimal
ZERO
Link copied to clipboard
val
ZERO
:
KBigDecimal
Functions
from
Int
Link copied to clipboard
fun
fromInt
(
value
:
Int
)
:
KBigDecimal
from
Long
Link copied to clipboard
fun
fromLong
(
value
:
Long
)
:
KBigDecimal
from
String
Link copied to clipboard
fun
fromString
(
value
:
String
)
:
KBigDecimal