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 38b5bdd commit 05949f5Copy full SHA for 05949f5
document/core/exec/numerics.rst
@@ -1663,7 +1663,7 @@ This non-deterministic result is expressed by the following auxiliary function p
1663
1664
* Else if both :math:`z_1` and :math:`z_2` are zeroes, then return :math:`1`.
1665
1666
-* Else if :math:`z_1` is smaller than or equal to :math:`z_2`, then return :math:`1`.
+* Else if :math:`z_1` is larger than or equal to :math:`z_2`, then return :math:`1`.
1667
1668
* Else return :math:`0`.
1669
0 commit comments