kmath
common
kmath-core
/
space.kscience.kmath.operations
/
BigIntField
/
unaryMinus
unary
Minus
common
open
operator override
fun
BigInt
.
unaryMinus
(
)
:
BigInt
Content copied to clipboard
The negation of this element.
Receiver
this value.
Return
the additive inverse of this value.
operator
fun
String
.
unaryMinus
(
)
:
BigInt
Content copied to clipboard