Buckets:
| // Symbols and macros to supply platform-independent interfaces to mathematical | |
| // functions and constants. | |
| /* High precision definition of pi and e (Euler) | |
| * The values are taken from libc6's math.h. | |
| */ | |
| /* Tau (2pi) to 40 digits, taken from tauday.com/tau-digits. */ | |
| // Py_IS_NAN(X) | |
| // Return 1 if float or double arg is a NaN, else 0. | |
| // Py_IS_INFINITY(X) | |
| // Return 1 if float or double arg is an infinity, else 0. | |
| // Py_IS_FINITE(X) | |
| // Return 1 if float or double arg is neither infinite nor NAN, else 0. | |
| // Py_INFINITY: Value that evaluates to a positive double infinity. | |
| /* Py_HUGE_VAL should always be the same as Py_INFINITY. But historically | |
| * this was not reliable and Python did not require IEEE floats and C99 | |
| * conformity. Prefer Py_INFINITY for new code. | |
| */ | |
| /* Py_NAN: Value that evaluates to a quiet Not-a-Number (NaN). The sign is | |
| * undefined and normally not relevant, but e.g. fixed for float("nan"). | |
| */ | |
Xet Storage Details
- Size:
- 1.69 kB
- Xet hash:
- e68a516145d9a7ddcb66aa56d36384cd37e08d25d2fd9602a6e42493b7a8c94a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.