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