Fix misleading documentation for math.exp. (#951)

This commit is contained in:
Mark Dickinson 2017-04-02 16:30:04 +01:00 committed by Raymond Hettinger
parent e8c763128f
commit 734125938d

View file

@ -199,8 +199,8 @@ Power and logarithmic functions
.. function:: exp(x)
Return ``e**x``.
Return e raised to the power *x*, where e = 2.718281... is the base
of natural logarithms.
.. function:: expm1(x)