るりまサーチ

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

クラス

検索結果

Float::MAX_10_EXP -> Integer (18103.0)

最大の 10 進の指数です。

最大の 10 進の指数です。

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

@see Float::MIN_10_EXP

Float::MIN_10_EXP -> Integer (8.0)

最小の 10 進の指数です。

...最小の 10 進の指数です。

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

@see Float::MAX_10_EXP...