Implemented a function and some unit tests to handle discrete summations (Σ) given a user provided function f (n), start, and end integers as inspired by #3075. Hopefully this acts as a good start for ...