るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.046秒)
トップページ > バージョン:2.7.0[x] > クエリ:_builtin[x] > クエリ:float[x] > クエリ:Float[x] > クエリ:MIN_EXP[x]

別のキーワード

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

ライブラリ

クラス

検索結果

Float::MIN_EXP -> Integer (168436.0)

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

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

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

@see Float::MAX_EXP

Float::MAX_EXP -> Integer (114151.0)

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

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

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

@see Float::MIN_EXP