We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72e865 commit db18056Copy full SHA for db18056
1 file changed
docs/api/enums.rst
@@ -29,7 +29,7 @@ of :class:`enum.Enum`.
29
A string.
30
.. attribute:: integer
31
32
- An integer between -2⁵³ and 2⁵³.
+ An integer where :math:`-2^{53} < x < 2^{53}`.
33
34
.. note::
35
@@ -52,7 +52,7 @@ of :class:`enum.Enum`.
52
A mentionable (user or role).
53
.. attribute:: number
54
55
- A floating-point number between -2⁵³ and 2⁵³.
+ A floating-point number where :math:`-2^{53} < x < 2^{53}`.
56
57
58
0 commit comments