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

[FEATURE] Support for function manipulation #44

Open
tommens opened this issue Feb 9, 2022 · 0 comments
Open

[FEATURE] Support for function manipulation #44

tommens opened this issue Feb 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tommens
Copy link
Owner

tommens commented Feb 9, 2022

Describe the new functionality you would like to see
This feature request involves storing and manipulating mathematical functions instead of just numerical values. The functions to be stored and manipulated would basically be arithmetic expression containing a single variable x (corresponding to mathematical functions f(x) with 1 argument x). For example, one could represent the following expressions: sin(x), (x^2)+(2*x)+1, (x-1)^2, exp(x^2) assuming that sin, exp, +, - and ^ are predefined functions known to the calculator.
Given such functions one could extend the calculator application to be able to plot/draw such functions on the screen. Optionally, this drawing functionality could be combined with zooming in and out, panning, and so on…
Optionally, in presence of functions, one could implement functionality for computing the derivative and the integral of a given function.

@tommens tommens added the enhancement New feature or request label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant