instance method BigDecimal#/

div(other) -> BigDecimal[permalink][rdoc][edit]
quo(other) -> BigDecimal
self / other -> BigDecimal

商を計算します。

[PARAM] other:
self を割る数を指定します。

詳細は Numeric#quo を参照して下さい。

計算結果の精度についてはbigdecimal/計算精度についてを参照してください。