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 86de1c0 commit be980bfCopy full SHA for be980bf
1 file changed
Modules/mathmodule.c
@@ -73,14 +73,6 @@ raised for division by zero and mod by zero.
73
74
#include "clinic/mathmodule.c.h"
75
76
-#undef HAVE_ACOSPI
77
-#undef HAVE_ASINPI
78
-#undef HAVE_ATANPI
79
-#undef HAVE_ATAN2PI
80
-#undef HAVE_COSPI
81
-#undef HAVE_SINPI
82
-#undef HAVE_TANPI
83
-
84
/*[clinic input]
85
module math
86
[clinic start generated code]*/
0 commit comments