We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fe9a3 commit a3f73d5Copy full SHA for a3f73d5
src/simplify_rules.jl
@@ -40,7 +40,7 @@ let
40
@rule(^(~x, ~z::_iszero) => 1)
41
@rule(^(~x, ~z::_isone) => ~x)
42
@rule(inv(~x) => 1/(~x))
43
- @rule(^(~x::SymbolicUtils._isone, ~z) => 1)
+ @rule(^(~x::_isone, ~z) => 1)
44
]
45
46
ASSORTED_RULES = [
0 commit comments