diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-11 09:23:08 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-11 09:23:08 +0000 |
commit | 7bf8aced1804a1520820822a4f4e7c9faba6e29e (patch) | |
tree | fe4947fa6faf6cd59409fa5d03215f34c35889e6 /doc/source/reference/c-api.rst | |
parent | d71bd3549fef4ff4e4974c9334e140bc125e28cb (diff) | |
download | numpy-7bf8aced1804a1520820822a4f4e7c9faba6e29e.tar.gz |
Document math constants.
Diffstat (limited to 'doc/source/reference/c-api.rst')
-rw-r--r-- | doc/source/reference/c-api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/c-api.rst b/doc/source/reference/c-api.rst index 27420a58c..a6ab83e0c 100644 --- a/doc/source/reference/c-api.rst +++ b/doc/source/reference/c-api.rst @@ -45,3 +45,4 @@ code. c-api.dtype c-api.array c-api.ufunc + c-api.coremath |