Simple and beautiful GUI program that implements the main Scientific Calculator Mathematical Operations.
- @author Kareem Sherif
- @version 1.0
- @since 2021-10-01
- GUI program that calculates different mathematical operations entered by the user.
- Input can be handled from user either, by keyboard or by clicking on window controls by mouse.
- The following operators is supported: + - / * ^ ! π inv rad exp logarithmicFunctions trigonometricFunctions.
- Decimal values and operations has been provided.
- Appropriate input validation has been made.
- Displaying messages to the user to explain any wrong inputs.