method
polynomial.legendre.Legendre.
integ
Integrate.
Return a series instance that is the definite integral of the current series.
The number of integrations to perform.
Integration constants. The first constant is applied to the first integration, the second to the second, and so on. The list of values must less than or equal to m in length and any missing values are set to zero.
The lower bound of the definite integral.
A new series representing the integral. The domain is the same as the domain of the integrated series.