toggle menu
bignum
0.3.10
common
switch theme
search in API
bignum
/
com.ionspin.kotlin.bignum
/
BigNumber
/
negate
negate
abstract
fun
negate
(
)
:
BigType
Return additive inverse of this number
i.e.
b = a.negate
b == -5.toBigInteger()
Content copied to clipboard