るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.061秒)
トップページ > ライブラリ:ビルトイン[x] > バージョン:2.1.0[x] > クエリ:_builtin[x] > クエリ:float[x] > クエリ:at[x] > クエリ:Float[x] > クエリ:remainder[x]

別のキーワード

  1. _builtin float
  2. float rationalize
  3. float to_d
  4. fiddle align_float
  5. json float

クラス

検索結果

Bignum#remainder(other) -> Fixnum | Bignum | Float (79216.0)

self を other で割った余り r を返します。

self を other で割った余り r を返します。

r の符号は self と同じになります。

@param other self を割る数。

@see Bignum#divmod, Bignum#modulo, Numeric#modulo