add

open override fun add(a: BigDecimal, b: BigDecimal): BigDecimal

Addition of two elements.

Return

the sum.

Parameters

a

the augend.

b

the addend.

Sources

jvm source
Link copied to clipboard