Skip to content

Commit f9fa06b

Browse files
committed
+ update math docs
1 parent d81b486 commit f9fa06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Constants
874874

875875
The :mod:`math` module consists mostly of thin wrappers around the platform C
876876
math library functions. Behavior in exceptional cases follows Annex F of
877-
the C99 standard where appropriate. The current implementation will raise
877+
the C99 standard, if :attr:`sys.float_info.stdc_iec_559` is enabled. The current implementation will raise
878878
:exc:`ValueError` for invalid operations like ``sqrt(-1.0)`` or ``log(0.0)``
879879
(where C99 Annex F recommends signaling invalid operation or divide-by-zero),
880880
and :exc:`OverflowError` for results that overflow (for example,

0 commit comments

Comments
 (0)