diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-11 09:23:23 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-11 09:23:23 +0000 |
commit | 45e92e78bb4e17a0f91dea736d3574914b8df1db (patch) | |
tree | 4e2e3c5df860e61a167cf06f3a1de59c263395c1 | |
parent | 7bf8aced1804a1520820822a4f4e7c9faba6e29e (diff) | |
download | numpy-45e92e78bb4e17a0f91dea736d3574914b8df1db.tar.gz |
Fix latex in core math doc.
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst index 71ee5ab11..877fed104 100644 --- a/doc/source/reference/c-api.coremath.rst +++ b/doc/source/reference/c-api.coremath.rst @@ -75,15 +75,15 @@ precision are also available by adding the F and L suffixes respectively. .. cvar:: NPY_E - Euler constant (:math:`e^1`) + Euler constant (:math:`e`) .. cvar:: NPY_LOG2E - Logarithm to base 2 of the Euler constant (:math:`\frac{\ln(e^1)}{\ln(2)}) + Logarithm to base 2 of the Euler constant (:math:`\frac{\ln(e)}{\ln(2)}`) .. cvar:: NPY_LOG10E - Logarithm to base 10 of the Euler constant (:math:`\frac{\ln(e^1)}{\ln(10)}) + Logarithm to base 10 of the Euler constant (:math:`\frac{\ln(e)}{\ln(10)}`) .. cvar:: NPY_LOGE2 |