Kaydet (Commit) 861320d5 authored tarafından Georg Brandl's avatar Georg Brandl

Add versionadded tags missing in r59254. Do NOT merge to Py3k.

üst dfdfaab1
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment