mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #12245 merge.
This commit is contained in:
commit
895d181128
1 changed files with 6 additions and 2 deletions
|
@ -298,8 +298,12 @@ always available.
|
|||
+---------------------+----------------+--------------------------------------------------+
|
||||
| :const:`radix` | FLT_RADIX | radix of exponent representation |
|
||||
+---------------------+----------------+--------------------------------------------------+
|
||||
| :const:`rounds` | FLT_ROUNDS | constant representing rounding mode |
|
||||
| | | used for arithmetic operations |
|
||||
| :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |
|
||||
| | | used for arithmetic operations. This reflects |
|
||||
| | | the value of the system FLT_ROUNDS macro at |
|
||||
| | | interpreter startup time. See section 5.2.4.2.2 |
|
||||
| | | of the C99 standard for an explanation of the |
|
||||
| | | possible values and their meanings. |
|
||||
+---------------------+----------------+--------------------------------------------------+
|
||||
|
||||
The attribute :attr:`sys.float_info.dig` needs further explanation. If
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue