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] Mathematical functions and graph drawing #13

Open
2 tasks
tommens opened this issue Dec 29, 2024 · 0 comments
Open
2 tasks

[FEATURE] Mathematical functions and graph drawing #13

tommens opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tommens
Copy link
Collaborator

tommens commented Dec 29, 2024

Describe the new functionality you would like to see

  • The calculator should be able to manipulate mathematical functions instead of only numerical values. The mathematical functions should containing a single variable x (corresponding to mathematical functions f(x) with 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.
  • The calculator needs to be able to plot/draw such functions on the screen. This drawing functionality could be combined with zooming in and out, panning, and so on…

Illustration
An example illustrating how the intended functionality could potentially look like (based on the interface proposed by https://web2.0calc.com) is shown below:
graphical-functions

@tommens tommens added the enhancement New feature or request label Dec 29, 2024
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