Polynomial integration

Hi,

I am trying to use polynom package to integrate polynomial. But, I am getting the error "Error in UseMethod("integral") : no applicable method for 'integral' applied to an object of class "polynom".
Code:
library(PolynomF)
library(polynom)
p = PolynomF::polynom(c(0, -4, -1, -10, 3))
vv = polynom::integral(p, limits=NULL)

Could anyone please provide some details about the issue?
Thanks in advance!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.