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

FunctionExtension.calculate(double... parameters) / FunctionExtension.calculate(params double[] parameters) #32

Closed
mariuszgromada opened this issue Apr 22, 2017 · 2 comments
Labels
Milestone

Comments

@mariuszgromada
Copy link
Owner

There is no need to have variadic parameters as FunctionExtension interface forces keeping parameters inside the object, i.e.:
FunctionExtension.getParametersNumber()
FunctionExtension.setParameterValue(int parameterIndex, double parameterValue)

This will be change to FunctionExtension.calculate()

@mariuszgromada
Copy link
Owner Author

will be changed in 4.1

@mariuszgromada
Copy link
Owner Author

done

@mariuszgromada mariuszgromada added this to the v.4.1 Aeries milestone Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant