Page 1 of 1

What is returned by math.expm1(p)?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) (math.e ** p) – 1
b) math.e ** (p – 1)
c) error
d) none of the mentioned