Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Mathモジュール > E

constant Math::E

E -> Float

自然対数の底

p Math::E
# => 2.718281828
module Math