What is returned by math.expm1(p)?
Posted: Wed Jul 13, 2022 7:45 pm
a) (math.e ** p) – 1
b) math.e ** (p – 1)
c) error
d) none of the mentioned
b) math.e ** (p – 1)
c) error
d) none of the mentioned
Accurate answers. Every time.
https://answerhappy.com/