projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c7631
)
Fix misleading documentation for math.exp. (#951)
author
Mark Dickinson
<mdickinson@enthought.com>
Sun, 2 Apr 2017 15:30:04 +0000
(16:30 +0100)
committer
Raymond Hettinger
<rhettinger@users.noreply.github.com>
Sun, 2 Apr 2017 15:30:04 +0000
(08:30 -0700)
Doc/library/math.rst
patch
|
blob
|
history
diff --git
a/Doc/library/math.rst
b/Doc/library/math.rst
index da2b8cc586279150561e5650fa99b7f099148ece..b1f56929c3b4393ff69077f338664935e379096e 100644
(file)
--- a/
Doc/library/math.rst
+++ b/
Doc/library/math.rst
@@
-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)