mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix markup
This commit is contained in:
parent
73835bd5e9
commit
54966a5f94
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ Number-theoretic and representation functions:
|
|||
Return *x* with the sign of *y*. ``copysign`` copies the sign bit of an IEEE
|
||||
754 float, ``copysign(1, -0.0)`` returns *-1.0*.
|
||||
|
||||
..versionadded:: 2.6
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: fabs(x)
|
||||
|
@ -78,7 +78,7 @@ Number-theoretic and representation functions:
|
|||
|
||||
Checks if the float *x* is positive or negative infinite.
|
||||
|
||||
..versionadded:: 2.6
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: isnan(x)
|
||||
|
@ -88,7 +88,7 @@ Number-theoretic and representation functions:
|
|||
``inf / inf`` or any operation involving a NaN, e.g. ``nan * 1``, return
|
||||
a NaN.
|
||||
|
||||
..versionadded:: 2.6
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: ldexp(x, i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue