Skip to content

Commit

Permalink
bpo-26121: Use C library implementation for math functions erf() and …
Browse files Browse the repository at this point in the history
…erfc() on Windows. (#632)
  • Loading branch information
serhiy-storchaka authored Mar 12, 2017
1 parent 27abb0e commit 4dadcd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 4dadcd4

Please sign in to comment.