pranjay-poddar / Dev-Geeks

open source project
https://devgeeks-os.netlify.app/repository_web_page/
MIT License
595 stars 836 forks source link

Scientific calculator using Java Swing #5197

Open achlbatra opened 1 month ago

achlbatra commented 1 month ago


 * ScientificCalculatorProject.java
 * 
 * Description: This project aims to create a scientific calculator application using Java Swing. 
 * The calculator will include various scientific functions such as trigonometric, logarithmic, 
 * and exponential functions, along with basic arithmetic operations.
 * 
 * Tech Stack:
 * - Java Swing: for building the graphical user interface
 * - Java Math Library: for implementing mathematical functions
 * 
 * Expected Behavior:
 * - User interface with buttons for numerical input and function selection
 * - Support for basic arithmetic operations (addition, subtraction, multiplication, division)
 * - Implementation of scientific functions like sine, cosine, tangent, logarithm, exponentiation, etc.
 * - Display area to show input expression and calculated result
 * 
welcome[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the issue template and also star the repository so that you don't miss out with it!

achlbatra commented 1 month ago

please assign me this project under GSSoC'24