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