Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scientific calculator using Java Swing #5197

Open
achlbatra opened this issue May 10, 2024 · 2 comments
Open

Scientific calculator using Java Swing #5197

achlbatra opened this issue May 10, 2024 · 2 comments

Comments

@achlbatra
Copy link

achlbatra commented May 10, 2024

 * 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
 * 
Copy link

welcome bot commented May 10, 2024

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
Copy link
Author

please assign me this project under GSSoC'24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant