8000 Fix misleading documentation for math.exp. (#951) · xiaolanpython/cpython@7341259 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7341259

Browse files
mdickinsonrhettinger
authored andcommitted
Fix misleading documentation for math.exp. (python#951)
1 parent e8c7631 commit 7341259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Power and logarithmic functions
199199

200200
.. function:: exp(x)
201201

202-
Return ``e**x``.
203-
202+
Return e raised to the power *x*, where e = 2.718281... is the base
203+
of natural logarithms.
204204

205205
.. function:: expm1(x)
206206

0 commit comments

Comments
 (0)
0