A feature-rich Scientific Calculator built using Java Swing. This calculator supports basic arithmetic operations and advanced scientific functions, all wrapped in a clean and responsive GUI.
-
Basic Arithmetic Operations
โ Addition | โ Subtraction | โ Multiplication | โ Division -
Scientific Functions
๐ข Sine (sin), Cosine (cos), Tangent (tan)
๐ Square root (โ) and Squaring (xยฒ)
๐ Logarithm (log)
๐ฃ Constants: Pi (ฯ) and Euler's Number (e) -
Additional Features
๐ Clear (C): Resets the calculator
โซ Delete (DEL): Deletes the last digit
๐ฌ Scientific Mode (SCI): Toggles scientific functions visibility
๐ด Highlighted Equals (=) button for better visibility -
Responsive UI
๐จ Custom-styled buttons for better UX
๐ Dynamic resizing and smooth toggle of the scientific panel
(Example screenshot of the calculator in action! ๐)
- Java Development Kit (JDK) 8 or higher
๐ Download JDK
- Clone the repository or download the source code:
git clone https://github.com/yourusername/scientific-calculator.git
