Graphing calculator using Java GUI. The program converts algebraic expressions into Postfix expressions to simulate the functions.

- Java Development Kit.
- Apache NetBeans 21.
- The Java Development Kit. You can find it on Oracle.
- Apache NetBeans.
You can clone this repsitory to get the source code
git clone https://github.com/leovergaramarq/calcu-graph.git
- Open the project with your IDE.
- Run the class
prog02.calculador_graficador.Prog02Calculador_Graficador.java
.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Exponentiation (^)
- Roots (through exponentiation)
Use your mouse wheel to zoom the graphs in or out.
Click and drag the coordinate plane to move around it.
- Operations such as absolute value, trigonometric functions, etc. are not supported.
- The program might not represent vertical asymptotes properly in certain scenarios.
The process of generating a .jar executable is guided by your IDE.