Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of discrete summations #3104

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

emanbau
Copy link

@emanbau emanbau commented Dec 11, 2023

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 this functionality!

@josdejong
Copy link
Owner

Thanks Eman, this is a nice start indeed! Thanks for picking this up.

What functionality do you think this first implementation should have? I think we should make the ideas discussed in #3075 concrete. Some thoughts from my side:

  1. implement both sum and prod
  2. support not just number but also other data types
  3. decide whether we want to create this as new, separate functions, or extend the existing sum and prod
  4. decide on the order of arguments (I think I'm ok with sum(start, end, fn) but would like to check what other math application do)
  5. implement support for range?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants