diff options
author | David Cournapeau <cournape@gmail.com> | 2009-06-17 02:36:18 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-06-17 02:36:18 +0000 |
commit | 8621c77897f9335bc7656ac31c9a7c25ecf523db (patch) | |
tree | 46389ed91d440ad13126bc3bc3e30d0c867225c3 /doc/source | |
parent | f01cc9558b0744d9041263a5c0c92bce7c491c9d (diff) | |
download | numpy-8621c77897f9335bc7656ac31c9a7c25ecf523db.tar.gz |
Add Euler constant to npy_math.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst index 8e6011603..b9939b96b 100644 --- a/doc/source/reference/c-api.coremath.rst +++ b/doc/source/reference/c-api.coremath.rst @@ -114,3 +114,7 @@ precision are also available by adding the F and L suffixes respectively. .. cvar:: NPY_2_PI Two times the reciprocal of pi (:math:`\frac{2}{\pi}`) + +.. cvar:: NPY_EULER + + The Euler constant (:math:`\lim_{n\rightarrow \infty}{\sum_{k=1}^n{\frac{1}{k}} - \ln n}`) |