mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix misleading documentation for math.exp. (#951)
This commit is contained in:
parent
e8c763128f
commit
734125938d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue