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 f64acef commit b6484ddCopy full SHA for b6484dd
src/methods.jl
@@ -136,4 +136,4 @@ function cond(_if::Symbolic{Bool}, _then, _else)
136
end
137
138
# Specially handle inv
139
-Base.inv(x::Symbolic) = x ^ -1
+Base.inv(x::Symbolic) = Base.:^(x, -1)
0 commit comments