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