るりまサーチ

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

別のキーワード

  1. _builtin modulo
  2. bigdecimal modulo
  3. float modulo
  4. numeric modulo
  5. integer modulo

ライブラリ

検索結果

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

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

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

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

@param other self を割る数。

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