Integrate.
Return an instance of Polynomial that is the definite integral of the current series. Refer to polyint for full documentation.
Parameters : | m : non-negative int
k : array_like
lbnd : Scalar
|
---|---|
Returns : | integral : Polynomial
|
See also