Skip to content

Commit

Permalink
[spec] Fix typo in fge operation (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibachan authored Jan 28, 2025
1 parent 38b5bdd commit 05949f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/exec/numerics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ This non-deterministic result is expressed by the following auxiliary function p

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

* 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`.

* Else return :math:`0`.

Expand Down

0 comments on commit 05949f5

Please sign in to comment.