Floating-point/double is used, i.e. "optional" IEEE

This commit is contained in:
Páll Haraldsson 2023-12-16 14:50:21 +00:00 committed by GitHub
parent a1e917194c
commit e0d809fedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ particular rule:
C dialect
=========
* Python 3.11 and newer versions use C11 without `optional features
* Python 3.11 and newer versions use C11 without some `optional features
<https://en.wikipedia.org/wiki/C11_%28C_standard_revision%29#Optional_features>`_.
The public C API should be compatible with C++.