add(other, n) -> BigDecimal
和を計算します。
self + other を最大で n 桁まで計算します。計算結果の精度が n より大きいときは BigDecimal.mode で指定された方法で丸められます。
[SEE_ALSO] BigDecimal#+