Skip to content

Commit

Permalink
fix: mul and ne (#69)
Browse files Browse the repository at this point in the history
# mistake from #67 

Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman authored Aug 3, 2024
1 parent efbb6d0 commit f945068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quaxed/lax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"lt",
"max",
"min",
"mul" "ne",
"mul",
"ne",
"neg",
"nextafter",
"pad",
Expand Down

0 comments on commit f945068

Please sign in to comment.