diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-11 16:56:53 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-11 16:56:53 +0000 |
commit | 8174ea6b2f9f425e62d84cf4b3e646151a4ca78d (patch) | |
tree | 7c1e2898594bd5a96c46c4ed801e78abbbadc4a1 | |
parent | 6485a8ec55be592dfd630aff774f8d625e980f74 (diff) | |
download | numpy-8174ea6b2f9f425e62d84cf4b3e646151a4ca78d.tar.gz |
Remove ambiguous Euler constant naming for e.
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 2 |
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 |