Python 3 - Number exp() Method
www.tutorialspoint.com › python3 › number_expThe exp() method returns exponential of x: e x. Syntax. Following is the syntax for the exp() method −. import math math.exp( x ) Note − This function is not accessible directly. Therefore, we need to import the math module and then we need to call this function using the math static object. Parameters. x − This is a numeric expression ...