From 9ac7f1f98de23bd8d66d61ca0e684c687d7c19c1 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Mon, 20 Jul 2009 03:28:29 +0000 Subject: Add version added for npy_copysign + fix doc typo. --- doc/source/reference/c-api.coremath.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/source') 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 ~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1