Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
bigdecimalライブラリ
BigDecimalクラス
+
instance method BigDecimal#+
self + other -> BigDecimal
[
permalink
][
rdoc
][
edit
]
和を計算します。
[PARAM] other:
self に足す数を指定します。
計算結果の精度については
bigdecimal/計算精度について
を参照してください。