Skip to content

Commit

Permalink
objectionary#2161 - removed neg from infinities
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jun 27, 2023
1 parent 1ed8956 commit 7177406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions eo-runtime/src/main/eo/org/eolang/negative-infinity.eo
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@
nan
^

# Negation of $
positive-infinity > neg

# Difference between $ and x
[x...] > minus
^.as-bytes > neg-inf-as-bytes!
Expand Down
3 changes: 0 additions & 3 deletions eo-runtime/src/main/eo/org/eolang/positive-infinity.eo
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@
nan
^

# Negation of $
negative-infinity > neg

# Difference between $ and x
[x...] > minus
^.as-bytes > pos-inf-as-bytes!
Expand Down

0 comments on commit 7177406

Please sign in to comment.