summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-07-20 03:28:29 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-07-20 03:28:29 +0000
commit9ac7f1f98de23bd8d66d61ca0e684c687d7c19c1 (patch)
tree75355fdbe8215b99b3d6b6bc1dbc9e3c67623590 /doc/source/reference
parente84fbd6faf361c7bfe346b6a9ffdffd1ad330114 (diff)
downloadnumpy-9ac7f1f98de23bd8d66d61ca0e684c687d7c19c1.tar.gz
Add version added for npy_copysign + fix doc typo.
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/c-api.coremath.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst
index 3b22be147..075c0bf7a 100644
--- a/doc/source/reference/c-api.coremath.rst
+++ b/doc/source/reference/c-api.coremath.rst
@@ -73,7 +73,9 @@ Floating point classification
This is a function equivalent to C99 copysign: return x with the same sign
as y. Works for any value, including inf and nan. Single and extended
- precisions are available with suffic f and l.
+ precisions are available with suffix f and l.
+
+ .. versionadded:: 1.4.0
Useful math constants
~~~~~~~~~~~~~~~~~~~~~