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

Calculations support #2

Closed
ParthJadhav opened this issue Dec 27, 2022 · 0 comments · Fixed by #23
Closed

Calculations support #2

ParthJadhav opened this issue Dec 27, 2022 · 0 comments · Fixed by #23
Labels
enhancement New feature or request in-progress Some user has taken up this issue to work on.

Comments

@ParthJadhav
Copy link
Owner

This task involves adding a calculator feature to the application that allows users to perform calculations and conversions using normal language. The calculator will be able to understand mathematical expressions and equations written in a natural language format, such as "10 + 20" or "20 times 49". This will allow users to input calculations and conversions in a way that is similar to how they would be written on paper or spoken aloud.

To implement this feature, you will likely need to use a library or tool that is capable of parsing and evaluating mathematical expressions written in natural language. One example of such a library is the Alfred Calculate Anything library (https://github.com/biati-digital/alfred-calculate-anything). Once you have a library or tool in place, you will need to integrate it into Verve and create a user interface for the calculator feature, such as a text input field for the user to enter their calculations and a display area to show the results.

In addition to basic arithmetic operations (e.g. addition, subtraction, multiplication, division), the calculator feature should also be able to handle more complex operations, such as square roots, exponents, and trigonometric functions. It should also be able to handle unit conversions, such as converting between different units of length, mass, or volume.

@ParthJadhav ParthJadhav added enhancement New feature or request TODO labels Dec 27, 2022
@ParthJadhav ParthJadhav changed the title 📐 Calculations support Calculations support Dec 27, 2022
@ParthJadhav ParthJadhav added in-progress Some user has taken up this issue to work on. and removed TODO labels Jan 2, 2023
@ParthJadhav ParthJadhav linked a pull request Jan 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-progress Some user has taken up this issue to work on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant