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 0341489 commit 661aba9Copy full SHA for 661aba9
docs/source/types.rst
@@ -51,7 +51,7 @@ Functions Return :const:`true` if :var:`a`
51
:func:`is_znegative(a)` is a :type:`number` with :math:`a \le 0`
52
:func:`is_nonzero(a)` is a :type:`number` with :math:`a \ne 0`
53
:func:`is_integer(a)` is a :type:`number` with :math:`-2^{52} \le a \le 2^{52}` and no fractional part
54
-:func:`is_int32(a)` is a :type:`number` with :math:`-2^{31} \le a \lt 2^{31}` and no fractional part
+:func:`is_int32(a)` is a :type:`number` with :math:`-2^{31} \le a < 2^{31}` and no fractional part
55
:func:`is_natural(a)` is an :type:`integer` with :math:`a \ge 0`
56
:func:`is_even(a)` is an even :type:`integer`
57
:func:`is_odd(a)` is an odd :type:`integer`
0 commit comments