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 5a5aa7e commit 3b9355fCopy full SHA for 3b9355f
src/methods.jl
@@ -207,13 +207,6 @@ function integrate(;kwargs...)
207
@warn "No integrand provided. Please provide one like this: `integrate(x^2 + 3x + 2)`"
208
end
209
210
-# integrate_rule_based(integrand::Number, x::Symbolics.Num; kwargs...) = integrand*x
211
-
212
213
214
215
216
217
"""
218
method_supports_rational(method::RischMethod)
219
0 commit comments