NumericalCalculus`
NumericalCalculus`

ExtraTerms

ExtraTerms

is an option to EulerSum that specifies the number of terms to be used in the extrapolation process.

Details and Options

  • To use ExtraTerms, you first need to load the Numerical Calculus Package using Needs["NumericalCalculus`"].
  • Valid settings are integers greater than 1. The default setting is 7.
  • The setting for ExtraTerms gives the number of terms to be used in the extrapolation process after the number of terms specified by the option Terms have been explicitly summed.