SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)

Building Python now requires a C99 <math.h> header file providing a
NAN constant, or the __builtin_nan() built-in function. If a platform
does not support Not-a-Number (NaN), the Py_NO_NAN macro can be
defined in the pyconfig.h file.
V
Victor Stinner committed
54842e4311bb0e34012d1984b42eab41eeeaea6a
Parent: f1e29ce
Committed by GitHub <noreply@github.com> on 2/6/2022, 12:13:04 PM