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

SUM or PROD function #87

Open
blankjul opened this issue Jun 18, 2017 · 1 comment
Open

SUM or PROD function #87

blankjul opened this issue Jun 18, 2017 · 1 comment

Comments

@blankjul
Copy link

I am not sure how to implement a sum or a prod function that does iterate over a value.
For example: f(x) = sum(i, 1, 10, x^i)
Because the evaluation of the function is included in the sum, it is too late to use the current function implementation where the double[] is used as an argument.

Is there any other way to implement this?
Thanks in advance.

@boctulus
Copy link

Please, I'm also interested.

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

No branches or pull requests

2 participants