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 9990b50 commit 1fd848fCopy full SHA for 1fd848f
src/integral.jl
@@ -122,7 +122,7 @@ function integrate(eq, xx::Tuple; kwargs...)
122
sol = integrate(eq, x; kwargs...)
123
124
if sol isa Tuple
125
- if !isequal(sol, 0) && sol[2] == 0
+ if !isequal(sol, 0) && sol[2] == 0
126
return substitute(first(sol), Dict(x => hi)) -
127
substitute(first(sol), Dict(x => lo))
128
else
0 commit comments