Commit 73412593 authored by Mark Dickinson's avatar Mark Dickinson Committed by Raymond Hettinger

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

parent e8c76312
...@@ -199,8 +199,8 @@ Power and logarithmic functions ...@@ -199,8 +199,8 @@ Power and logarithmic functions
.. function:: exp(x) .. 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) .. function:: expm1(x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment