File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -773,12 +773,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
773773
774774 * - .. attribute:: float_info.stdc_iec_559
775775 - :c:macro: `!__STDC_IEC_559__ `
776- - A boolean, indicating support the IEC 60559 floating-point
777- standard (the Annex F of C99). If true, the
778- :class: `float ` type characteristics matches the IEC
779- 60559 double format and exceptional cases for
780- the :mod: `math ` functions follow to the section F.10
781- of the C99 standard.
776+ - A boolean, indicating support the IEC 60559 floating-point standard.
777+ If true, the :class: `float ` type characteristics and behavior matches
778+ the IEC 60559 double format.
782779
783780 The attribute :attr: `sys.float_info.dig ` needs further explanation. If
784781 ``s `` is any string representing a decimal number with at most
You can’t perform that action at this time.
0 commit comments