kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
IntRing
/
add
add
open
inline override
fun
add
(
left
:
Int
,
right
:
Int
)
:
Int
(
source
)
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.