diff options
author | David Cournapeau <cournape@gmail.com> | 2009-07-20 03:28:29 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-07-20 03:28:29 +0000 |
commit | 9ac7f1f98de23bd8d66d61ca0e684c687d7c19c1 (patch) | |
tree | 75355fdbe8215b99b3d6b6bc1dbc9e3c67623590 | |
parent | e84fbd6faf361c7bfe346b6a9ffdffd1ad330114 (diff) | |
download | numpy-9ac7f1f98de23bd8d66d61ca0e684c687d7c19c1.tar.gz |
Add version added for npy_copysign + fix doc typo.
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 4 |
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 ~~~~~~~~~~~~~~~~~~~~~ |