Home >>Python cmath Module >Python cmath.e Constant
Phyton cmath.e constant is used to return the eular's number value 2.718281828459045.
cmath.e
import cmath print (cmath.e)