A simple calculator application making use of Swing's development tools. Makes use of the following calculator functions:
- use of standard operations like addition, subtraction, multiplication, and division
- ability to use basic trig functions: sin, cos, and tan, in both degrees and radians
- can find the logarithm, square root, or nth power of a number
- remove the trailing zeroes when not needed
You can run this program but cloning or downloading this repository and running calculator.jar
found in the root directory.