るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.067秒)

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. pop n_mails
  4. rsa n
  5. pop3 n_mails

クラス

検索結果

BigDecimal#add(other, n) -> BigDecimal (54724.0)

和を計算します。

...の精度が n より大きい
ときは BigDecimal.mode で指定された方法で丸められます。

@param other self に足す数を指定します。

@param n 有効桁数を整数で指定します。0 を指定した場合は
BigDecimal
#+ と同じ値を返します。

@raise A...
...rgumentError n に負の数を指定した場合に発生します。

@see BigDecimal#+...