Skip to content

Commit a12d05d

Browse files
Sergey's review
1 parent 72d7fca commit a12d05d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Doc/c-api/float.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,33 +80,33 @@ Floating-Point Objects
8080
8181
.. c:macro:: Py_MATH_E
8282
83-
The definition of the :data:`math.e` constant.
83+
The definition (accurate for a :c:expr:`double` type) of the :data:`math.e` constant.
8484
8585
86-
.. c:macro:: Py_MATH_PI
86+
.. c:macro:: Py_MATH_El
8787
88-
The definition of the :data:`math.pi` constant.
88+
High precision (long double) definition of :data:`~math.e` constant.
8989
90+
.. deprecated-removed:: 3.15 3.20
9091
91-
.. c:macro:: Py_MATH_TAU
9292
93-
The definition of the :data:`math.tau` constant.
93+
.. c:macro:: Py_MATH_PI
9494
95-
.. versionadded:: 3.6
95+
The definition (accurate for a :c:expr:`double` type) of the :data:`math.pi` constant.
9696
9797
98-
.. c:macro:: Py_MATH_El
98+
.. c:macro:: Py_MATH_PIl
9999
100-
High precision (long double) definition of :data:`~math.e` constant.
100+
High precision (long double) definition of :data:`~math.pi` constant.
101101
102102
.. deprecated-removed:: 3.15 3.20
103103
104104
105-
.. c:macro:: Py_MATH_PIl
105+
.. c:macro:: Py_MATH_TAU
106106
107-
High precision (long double) definition of :data:`~math.pi` constant.
107+
The definition (accurate for a :c:expr:`double` type) of the :data:`math.tau` constant.
108108
109-
.. deprecated-removed:: 3.15 3.20
109+
.. versionadded:: 3.6
110110
111111
112112
.. c:macro:: Py_RETURN_NAN

0 commit comments

Comments
 (0)