Which of the following is the same as math.exp(p)?
(a) e ** p
(b) math.e ** p
(c) p ** e
(d) p ** math.e
The question was posed to me by my college professor while I was bunking the class.
I need to ask this question from Math in portion Mapping Functions and Modules of Python