Articles → Python → Math.Exp Function In Python
import math print("Exponential of number 5 is:", math.exp(5))
Query/Feedback