Vidyalelo
Python · Q101

Module in Python

Programming · Python · question 101

Q101

What is returned by math.expm1(p)?

A.
(math.e ** p) - 1
Answer
B.
math.e ** (p - 1)
C.
error
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board