NumericalCalculus`
NumericalCalculus`

Terms

Terms

is an option to EulerSum, NLimit, and ND that specifies the total number of terms to be used.

Details and Options

  • To use Terms, you first need to load the Numerical Calculus Package using Needs["NumericalCalculus`"].
  • Valid settings are positive integers.
  • For NLimit and ND with the option Method->EulerSum, the setting for Terms specifies the number of terms to be used. For EulerSum, the setting specifies the number of terms to be included before extrapolation.