Skip to content

Commit 05949f5

Browse files
authored
[spec] Fix typo in fge operation (#1867)
1 parent 38b5bdd commit 05949f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/exec/numerics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ This non-deterministic result is expressed by the following auxiliary function p
16631663

16641664
* Else if both :math:`z_1` and :math:`z_2` are zeroes, then return :math:`1`.
16651665

1666-
* Else if :math:`z_1` is smaller than or equal to :math:`z_2`, then return :math:`1`.
1666+
* Else if :math:`z_1` is larger than or equal to :math:`z_2`, then return :math:`1`.
16671667

16681668
* Else return :math:`0`.
16691669

0 commit comments

Comments
 (0)