instance method Fixnum#rdiv
rdiv(other) -> Rational | Float | Complex[added by rational]-
self を other で割った商を返します。 Numeric#quo のエイリアスです。
- [PARAM] other:
- 割る数
class Fixnum
rdiv(other) -> Rational | Float | Complex [added by rational]
self を other で割った商を返します。 Numeric#quo のエイリアスです。