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