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 60e6f01 commit 427311eCopy full SHA for 427311e
src/integral.jl
@@ -10,7 +10,7 @@ Base.signbit(x::SymbolicUtils.Sym{Number}) = false
10
is the main entry point to integrate a univariate expression `eq` with respect to `x' (optional).
11
12
```julia
13
-julia> using Symbolics, SymbolNumericIntegration
+julia> using Symbolics, SymbolicNumericIntegration
14
15
julia> @variables x a
16
0 commit comments