Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKilobyte authored Jun 2, 2023
1 parent d8a30f8 commit defec75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified omicron.exe
Binary file not shown.
2 changes: 0 additions & 2 deletions omicron.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def mem(instruction):
memory[pointer] = math.ceil(memory[pointer])
elif instruction == 'floor':
memory[pointer] = math.floor(memory[pointer])
elif instruction == 'ceil':
memory[pointer] = math.ceil(memory[pointer])
elif instruction == 'sin':
memory[pointer] = math.sin(memory[pointer])
elif instruction == 'cos':
Expand Down

0 comments on commit defec75

Please sign in to comment.