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