Python math.e Constant

Math Methods : Print the Euler's number

Definition and Usage

The math.e constant returns the Eular's number: 2.718281828459045.

Syntax

math.e

Technical Details

Return Value: A float value, 2.718281828459045, representing the mathematical constant e
Python Version: 1.5