Examveda

What is returned by math.expm1(p)?

A. (math.e ** p) - 1

B. math.e ** (p - 1)

C. error

D. none of the mentioned

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python