Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68c19 commit c77e7a4Copy full SHA for c77e7a4
1 file changed
Modules/_math.c
@@ -22,7 +22,9 @@
22
static const double ln2 = 6.93147180559945286227E-01;
23
static const double two_pow_m28 = 3.7252902984619141E-09; /* 2**-28 */
24
static const double two_pow_p28 = 268435456.0; /* 2**28 */
25
+#ifndef Py_NAN
26
static const double zero = 0.0;
27
+#endif
28
29
/* acosh(x)
30
* Method :
0 commit comments