Skip to content

Commit

Permalink
remove unhelpful and potentially misleading checks in Number::lessThan
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Sep 14, 2023
1 parent 9abd594 commit 7ccc135
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2121,8 +2121,6 @@ <h1>
1. If _x_ is *NaN*, return *undefined*.
1. If _y_ is *NaN*, return *undefined*.
1. If _x_ is _y_, return *false*.
1. If _x_ is *+0*<sub>𝔽</sub> and _y_ is *-0*<sub>𝔽</sub>, return *false*.
1. If _x_ is *-0*<sub>𝔽</sub> and _y_ is *+0*<sub>𝔽</sub>, return *false*.
1. If _x_ is *+∞*<sub>𝔽</sub>, return *false*.
1. If _y_ is *+∞*<sub>𝔽</sub>, return *true*.
1. If _y_ is *-∞*<sub>𝔽</sub>, return *false*.
Expand Down

0 comments on commit 7ccc135

Please sign in to comment.