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 2ac51d7 commit ad1a8a3Copy full SHA for ad1a8a3
src/integral.jl
@@ -20,7 +20,7 @@ julia> integrate(x * sin(2x))
20
julia> integrate(x * sin(a*x), x; symbolic=true, detailed=false)
21
(sin(a*x) - a*x*cos(a*x)) / (a^2)
22
23
-julia> integrate(x * sin(a*x), (x, 0, 1); check symbolic=true, detailed=false)
+julia> integrate(x * sin(a*x), (x, 0, 1); symbolic=true, detailed=false)
24
(sin(a) - a*cos(a)) / (a^2)
25
```
26
0 commit comments