るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.087秒)
トップページ > クラス:Fixnum[x] > クエリ:/[x]

関連するキーワード

  1. _builtin
  2. mathn
  3. matrix
  4. bignum
  5. bigdecimal

ライブラリ

検索結果

Fixnum#/(other) (18101)

@todo

...@todo

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

Fixnum#/(other) -> Fixnum | Bignum | Float (18101)

算術演算子。商を計算します。

算術演算子。商を計算します。

@param other 二項演算の右側の引数(対象)
@return 計算結果