るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. bigdecimal fix
  2. fix bigdecimal
  3. fix2uint
  4. fix2ulong
  5. fix2long

ライブラリ

クラス

検索結果

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

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

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

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

@param other self を割る数。

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