Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 895d181

Browse files
committed
Issue #12245 merge.
2 parents e6eabd4 + b1e58fe commit 895d181

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Doc/library/sys.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,12 @@ always available.
298298
+---------------------+----------------+--------------------------------------------------+
299299
| :const:`radix` | FLT_RADIX | radix of exponent representation |
300300
+---------------------+----------------+--------------------------------------------------+
301-
| :const:`rounds` | FLT_ROUNDS | constant representing rounding mode |
302-
| | | used for arithmetic operations |
301+
| :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |
302+
| | | used for arithmetic operations. This reflects |
303+
| | | the value of the system FLT_ROUNDS macro at |
304+
| | | interpreter startup time. See section 5.2.4.2.2 |
305+
| | | of the C99 standard for an explanation of the |
306+
| | | possible values and their meanings. |
303307
+---------------------+----------------+--------------------------------------------------+
304308

305309
The attribute :attr:`sys.float_info.dig` needs further explanation. If

0 commit comments

Comments
 (0)