mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Add versionadded tags missing in r59254. Do NOT merge to Py3k.
This commit is contained in:
parent
dfdfaab1c5
commit
861320d5a7
1 changed files with 6 additions and 0 deletions
|
@ -563,16 +563,22 @@ Floating Point Objects
|
|||
precision, minimum and maximum values of a float. It's a thin wrapper
|
||||
around the header file :file:`float.h`.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. cfunction:: double PyFloat_GetMax(void)
|
||||
|
||||
Return the maximum representable finite float *DBL_MAX* as C :ctype:`double`.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. cfunction:: double PyFloat_GetMin(void)
|
||||
|
||||
Return the minimum normalized positive float *DBL_MIN* as C :ctype:`double`.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. _complexobjects:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue