finiteSum               Calculates the sum of a discrete series with a
                        single maximum for a pre-set number of
                        evaluations
infiniteSum             Approximates the sum of a positive discrete
                        infinite series with a single maximum
infiniteSum_batches     Approximates the sum of a positive discrete
                        infinite series with a single maximum using the
                        batches algorithm
precompiled             List of precompiled functions in the sumR
                        package
summed-objects          S3 Class for objects containing iterated
                        summations
