Skip to content

Commit 7341259

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)