File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments