最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.068秒)
トップページ
>
:
インスタンスメソッド
>
:
mode
>
:div
別のキーワード
bigdecimal mode
openssl fips_mode=
bigdecimal round_mode
readline vi_editing_mode
readline emacs_editing_mode
ライブラリ
bigdecimal
(12)
クラス
BigDecimal
(12)
検索結果
先頭1件
BigDecimal
#
div(other
,
n) -> BigDecimal
BigDecimal
#
div(other
,
n) -> BigDecimal
(18108.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
商を計算します。
...
商を計算します。
self / other を最大で n 桁まで計算します。計算結果の精度が n より大きい
ときは BigDecimal.
mode
で指定された方法で丸められます。
@param other self を割る数を指定します。
@param n 有効桁数を整数で指定しま
...
BigDecimal