Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavy3103/scientific_calc_javafx
Create a Scientific Calculator using OOP concepts and JavaFx which have basic scientific functions and some Trigonometric Graph
https://github.com/bhavy3103/scientific_calc_javafx
Last synced: 3 days ago
JSON representation
Create a Scientific Calculator using OOP concepts and JavaFx which have basic scientific functions and some Trigonometric Graph
- Host: GitHub
- URL: https://github.com/bhavy3103/scientific_calc_javafx
- Owner: bhavy3103
- Created: 2023-06-27T13:29:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T17:34:43.000Z (over 1 year ago)
- Last Synced: 2024-11-16T12:32:37.137Z (2 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientific_CalC_JavaFx
β¨Create a Scientific Calculator using OOP concepts and JavaFx which have basic scientific functions and some Trigonometric Graph.πLayout of a Calculator
![Screenshot 2023-08-28 224913](https://github.com/bhavy3103/Scientific_CalC_JavaFx/assets/105499961/ee361fc7-5d45-4766-a8dd-553565525137)
How we can move to graph section
Select a graph option from top left corner of the screen![option](https://github.com/bhavy3103/Scientific_CalC_JavaFx/assets/105499961/497239da-3d7d-48f6-9c3d-90e0b5da7c65)
Graph of Sine function
![Screenshot 2023-08-28 225010](https://github.com/bhavy3103/Scientific_CalC_JavaFx/assets/105499961/1522f482-c366-4214-a602-7d50c57ebf3b)
Graph of Cosine function
![cos](https://github.com/bhavy3103/Scientific_CalC_JavaFx/assets/105499961/bd284025-f4ef-417b-b660-51f463638eb3)
Graph of Tangent function
![tan](https://github.com/bhavy3103/Scientific_CalC_JavaFx/assets/105499961/ab9d07a1-1a61-4879-9163-d63e52b3b0e8)