diff options
Diffstat (limited to 'doc/source')
-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 |