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

Skip to content

Commit fc21e01

Browse files
committed
remove obsolete sentence
1 parent f66df2b commit fc21e01

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Doc/library/math.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,7 @@ Constants
347347
error-reporting behavior from the platform C implementation. As a result,
348348
the specific exceptions raised in error cases (and even whether some
349349
arguments are considered to be exceptional at all) are not defined in any
350-
useful cross-platform or cross-release way. For example, whether
351-
``math.log(0)`` returns ``-Inf`` or raises :exc:`ValueError` or
352-
:exc:`OverflowError` isn't defined, and in cases where ``math.log(0)`` raises
353-
:exc:`OverflowError`, ``math.log(0L)`` may raise :exc:`ValueError` instead.
350+
useful cross-platform or cross-release way.
354351

355352
All functions return a quiet *NaN* if at least one of the args is *NaN*.
356353
Signaling *NaN*\s raise an exception. The exception type still depends on the

0 commit comments

Comments
 (0)