るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. bn mod_exp
  2. bigmath exp
  3. float min_exp
  4. math exp
  5. float max_exp

クラス

検索結果

Float::MIN_EXP -> Integer (72631.0)

最小の Float::RADIX 進の指数です。

最小の Float::RADIX 進の指数です。

通常はデフォルトで -1021 です。

@see Float::MAX_EXP

Float::MAX_EXP -> Integer (18346.0)

最大の Float::RADIX 進の指数です。

最大の Float::RADIX 進の指数です。

通常はデフォルトで 1024 です。

@see Float::MIN_EXP