blob: 93f7f3139065fbf857638bee8a1abbf9d0c09992 [file] [log] [blame]
Building Python now requires a C99 ``<math.h>`` header file providing
the following functions: ``copysign()``, ``hypot()``, ``isfinite()``,
``isinf()``, ``isnan()``, ``round()``.
Patch by Victor Stinner.