]> granicus.if.org Git - python/commitdiff
bpo-26121: Use C library implementation for math functions erf() and erfc() on Window...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Mar 2017 11:39:22 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 11:39:22 +0000 (13:39 +0200)
PC/pyconfig.h

index a4df5c4f6c2db52788af76e2ae5fca67fb00ee93..c96c231a05f241b0655558a674f2c825d40d6064 100644 (file)
@@ -684,4 +684,10 @@ Py_NO_ENABLE_SHARED to find out.  Also support MS_NO_COREDLL for b/w compat */
    least significant byte first */
 #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
 
+/* Define to 1 if you have the `erf' function. */
+#define HAVE_ERF 1
+
+/* Define to 1 if you have the `erfc' function. */
+#define HAVE_ERFC 1
+
 #endif /* !Py_CONFIG_H */