Skip to content

Commit 72d7fca

Browse files
Commit
1 parent ed0a5fd commit 72d7fca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Doc/c-api/float.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,23 @@ Floating-Point Objects
7878
Return the minimum normalized positive float *DBL_MIN* as C :c:expr:`double`.
7979
8080
81+
.. c:macro:: Py_MATH_E
82+
83+
The definition of the :data:`math.e` constant.
84+
85+
86+
.. c:macro:: Py_MATH_PI
87+
88+
The definition of the :data:`math.pi` constant.
89+
90+
91+
.. c:macro:: Py_MATH_TAU
92+
93+
The definition of the :data:`math.tau` constant.
94+
95+
.. versionadded:: 3.6
96+
97+
8198
.. c:macro:: Py_MATH_El
8299
83100
High precision (long double) definition of :data:`~math.e` constant.

0 commit comments

Comments
 (0)