mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
Fix markup.
This commit is contained in:
parent
5c669db194
commit
9481ba33ff
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ The module also defines two mathematical constants:
|
||||||
:exc:`OverflowError`, ``math.log(0L)`` may raise :exc:`ValueError` instead.
|
:exc:`OverflowError`, ``math.log(0L)`` may raise :exc:`ValueError` instead.
|
||||||
|
|
||||||
All functions return a quiet *NaN* if at least one of the args is *NaN*.
|
All functions return a quiet *NaN* if at least one of the args is *NaN*.
|
||||||
Signaling *NaN*s raise an exception. The exception type still depends on the
|
Signaling *NaN*\s raise an exception. The exception type still depends on the
|
||||||
platform and libm implementation. It's usually :exc:`ValueError` for *EDOM*
|
platform and libm implementation. It's usually :exc:`ValueError` for *EDOM*
|
||||||
and :exc:`OverflowError` for errno *ERANGE*.
|
and :exc:`OverflowError` for errno *ERANGE*.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue