toggle menu
shared
0.0.14
android
common
ios
switch theme
search in API
shared
/
io.github.gatrongdev.kbignum.math
/
KBigDecimalImpl
/
signum
signum
android
common
ios
actual
open
override
fun
signum
(
)
:
Int
Returns the signum function of this KBigDecimal.
Return
-1 if negative, 0 if zero, 1 if positive
expect
open
override
fun
signum
(
)
:
Int
Returns the signum function of this KBigDecimal.
Return
-1 if negative, 0 if zero, 1 if positive
actual
open
fun
signum
(
)
:
Int