Skip to content

implementation of scientific calculator in Java using the Swing library. The calculator provides a graphical user interface (GUI) for performing various mathematical calculations.

Notifications You must be signed in to change notification settings

vaishnavi99-tech/Scientific_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Scientific-Calculator

Stars Watchers Code Size Top Language Language Count

GUI :

calculator

About Project :

This is a Java Swing application that provides a user-friendly graphical interface for a scientific calculator. The calculator supports basic arithmetic operations as well as advanced mathematical functions.

features :

• Addition, subtraction, multiplication, division

• Trigonometric functions: sine, cosine, tangent

• Exponential and logarithmic functions

• Square root and power functions

• Memory operations: store, recall, and clear memory

• User-friendly graphical interface

Prerequisites :

Java Development Kit (JDK) installed on your system

• Any Java IDE (Eclipse, IntelliJ, NetBeans) or a text editor to view/edit the source code

How to Run :

  1. Clone the repository to your local machine:
 git clone https://github.com/vaishnavilugade/Scientific-Calculator.git

2.Open the project in your Java IDE or compile and run the Calculator.java file using command line:

javac Calculator.java
java Calculator
  1. The calculator GUI will appear. You can now perform calculations using the graphical interface.

🌟 If you find this project helpful, please star it! 🌟



About

implementation of scientific calculator in Java using the Swing library. The calculator provides a graphical user interface (GUI) for performing various mathematical calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages