kmath
jvm
kmath-core
/
space.kscience.kmath.operations
/
JBigIntegerField
/
add
add
jvm
open
override
fun
add
(
left
:
BigInteger
,
right
:
BigInteger
)
:
BigInteger
Content copied to clipboard
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.
Sources
jvm source
Link copied to clipboard