Fix misleading documentation for math.exp. (#951)
authorMark Dickinson <mdickinson@enthought.com>
Sun, 2 Apr 2017 15:30:04 +0000 (16:30 +0100)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 2 Apr 2017 15:30:04 +0000 (08:30 -0700)
Doc/library/math.rst

index da2b8cc586279150561e5650fa99b7f099148ece..b1f56929c3b4393ff69077f338664935e379096e 100644 (file)
@@ -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)