Precision degree numerical integration

82 Views Asked by At

How should I understand precision degree? I know that if the number of nodes $n$ is even the precision degree is $n+1$ and if it's odd its $n$.

Does this mean that if for a example we are calculating for a polynomial of the $8$th degree, the error is $0$ if the precision degree is $8$ or more?