Kaydet (Commit) 73412593 authored tarafından Mark Dickinson's avatar Mark Dickinson Kaydeden (comit) Raymond Hettinger

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

üst e8c76312
......@@ -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)
......
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