This project is a simple calculator application that can perform basic arithmetic operations, such as addition, subtraction, multiplication, and division. It also supports more advanced operations, such as solving simplified algebraic expressions and can find nth term of a given sequence if the sequence falls under linear, geometric and quadratic.
To install and run the calculator application, follow these steps:
- Clone the repository to your local machine.
- Open the project in your favorite IDE.
- open the 'calc.html' file on your browser
or go to calculator
To use the calculator application, simply enter the numbers you want to operate on and select the desired operation. The result will be displayed in the output field.
The calculator application supports the following features:
Basic arithmetic operations (addition, subtraction, multiplication, and division) Advanced operations (solving x, finding nth term.)
Note: click 'sol' to solve for x or finding the nth term. For other operations click '='
Fork the repository to your own account. Create a new branch for your changes. Make your changes and commit them to your branch. Push your changes to your fork. Create a pull request against the upstream repository.
If you have any questions or feedback about the calculator project, please feel free to contact the author at nkabinde17sibusiso@gmail.com
DOM is a bit messy. Code undocumented.