Q101
What is returned by math.expm1(p)?
A.
(math.e ** p) - 1
AnswerB.
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