Skip to content

Commit

Permalink
Normative: fix invalid assertion in Number::lessThan
Browse files Browse the repository at this point in the history
  • Loading branch information
yaphi1 authored and michaelficarra committed Sep 12, 2023
1 parent 9abd594 commit 20dd5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ <h1>
1. If _y_ is *+∞*<sub>𝔽</sub>, return *true*.
1. If _y_ is *-∞*<sub>𝔽</sub>, return *false*.
1. If _x_ is *-∞*<sub>𝔽</sub>, return *true*.
1. Assert: _x_ and _y_ are finite and non-zero.
1. Assert: _x_ and _y_ are finite.
1. If ℝ(_x_) &lt; ℝ(_y_), return *true*. Otherwise, return *false*.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 20dd5bd

Please sign in to comment.