るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.113秒)
トップページ > バージョン:2.7.0[x] > クエリ:Math[x] > クエリ:E[x] > 種類:定数[x]

別のキーワード

  1. math log
  2. math sqrt
  3. _builtin math
  4. bigdecimal/math e
  5. bigdecimal/math pi

ライブラリ

モジュール

検索結果

Math::E -> Float (117343.0)

自然対数の底

自然対数の底

//emlist[例][ruby]{
p Math::E
# => 2.718281828
//}