Articles → Python → Math.Exp Function In PythonMath.Exp Function In PythonIn this article, we will discuss about math.exp function in python.Purpose Math.exp in python is used to calculate exponential of a number.Example import math print("Exponential of number 5 is:", math.exp(5))Output Click to EnlargePosted By - Karan Gupta Posted On - Monday, April 29, 2019 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
import math print("Exponential of number 5 is:", math.exp(5))
Query/Feedback