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 6baa8c3 commit e7fae14Copy full SHA for e7fae14
README.md
@@ -101,7 +101,7 @@ ERROR: Polynomials must have same variable.
101
102
Integrate the polynomial `p` term by term, optionally adding a constant
103
term `k`. The degree of the resulting polynomial is one higher than the
104
-degree of `p`.
+degree of `p` (for a nonzero polynomial).
105
106
```julia
107
julia> integrate(Polynomial([1, 0, -1]))
0 commit comments