るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

クラス

キーワード

検索結果

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

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

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

例:

10 / 3 # => 3

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

Bignum#/(other) (103.0)

@todo

@todo

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

Fixnum#/(other) (103.0)

@todo

@todo

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

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

@todo

...@todo

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