diff options
| -rw-r--r-- | Doc/library/math.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index da2b8cc..b1f5692 100644 --- 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) |
