るりまサーチ

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

クラス

キーワード

検索結果

Bignum#/(other) (3.0)

@todo

@todo

Bignum#quo と同じ働きをします(有理数または整数を返します)。

Fixnum#/(other) (3.0)

@todo

@todo

Fixnum#quo と同じ働きをします(有理数または整数を返します)。

Integer#/(other) -> Numeric (3.0)

Fixnum#quo と同じ働きをします(有理数または整数を返します)。

...Fixnum#quo と同じ働きをします(有理数または整数を返します)。

例:

10 / 3 # => 3

require 'mathn'
10 / 3 # => (10/3)...

Rational#**(rhs) -> Numeric (3.0)

@todo

@todo

self のべき乗を返します。 Rational になるようであれば Rational で返します。