summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-11 16:56:53 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-11 16:56:53 +0000
commit8174ea6b2f9f425e62d84cf4b3e646151a4ca78d (patch)
tree7c1e2898594bd5a96c46c4ed801e78abbbadc4a1 /doc/source
parent6485a8ec55be592dfd630aff774f8d625e980f74 (diff)
downloadnumpy-8174ea6b2f9f425e62d84cf4b3e646151a4ca78d.tar.gz
Remove ambiguous Euler constant naming for e.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/c-api.coremath.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst
index 747e7dec5..5519c8cfe 100644
--- a/doc/source/reference/c-api.coremath.rst
+++ b/doc/source/reference/c-api.coremath.rst
@@ -75,7 +75,7 @@ precision are also available by adding the F and L suffixes respectively.
.. cvar:: NPY_E
- Euler constant (:math:`e`)
+ Base of natural logarithm (:math:`e`)
.. cvar:: NPY_LOG2E