Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
ebadd7c
add
Jun 24, 2022
544b39a
scientific features
Jun 25, 2022
4114c8a
added scientific features
Jun 25, 2022
6afa1d5
Added TestScientificFeatures
Jun 25, 2022
cf46713
Changed the file location of ScientificFeaturesTest
Jun 25, 2022
d017cfe
Created a new folder for ScientificFeaturesTest
Jun 25, 2022
c1f3d5a
Added test cases upto sine function
Jun 25, 2022
ba0f871
Adding test cases for scientific calculator
Jun 25, 2022
fbb1482
Finished test set for scientific methods
Jun 25, 2022
efcbee3
Added display method class
Jun 25, 2022
6ccba7e
Fixed the class names
Jun 25, 2022
3a3d09a
Update README.md
tfitru Jun 25, 2022
181d46f
Added Octavia's code & some edits
Jun 26, 2022
54e3215
Chaged the case statements
Jun 26, 2022
3278c91
reverted changes
Jun 26, 2022
c56182b
Working on the display mode change no GUI
Jun 26, 2022
792b09b
Added scanner to MainApplication to test switch
Jun 26, 2022
40c4562
Added the program for the switch to degrees and radians
Jun 26, 2022
60e7bee
Deleted some comments
Jun 26, 2022
51335f8
Finished the switch statement in ScientificFeatures
Jun 26, 2022
1841def
Messing with the test
Jun 26, 2022
4194425
Accidently deleted a code
Jun 26, 2022
7e5319b
made changes back to normal
Jun 26, 2022
9a49474
Added changes to switch statement
Jun 26, 2022
3862d73
Code is almost complete
Jun 26, 2022
a3bcff8
Program works, cleaning up exit conditions
Jun 26, 2022
bd7809c
Finished the program, trying to handle problems
Jun 26, 2022
9cb4d74
Whats up
Jun 26, 2022
fec307c
cleaned up
Jun 26, 2022
3564a8e
last do while loop removed
Jun 26, 2022
abc88bd
cool
Jun 26, 2022
daca881
Merge remote-tracking branch 'origin/master'
Jun 26, 2022
3b12a62
please work
Jun 27, 2022
ad25dd0
Everything is back to normal
Jun 27, 2022
aa6d39c
Added Try Method
Jun 27, 2022
fdee8df
Finished comments added square root and square test case
Jun 27, 2022
b9b1e00
Updated exit code
Jun 27, 2022
94689fa
Fixed switch break's
Jun 27, 2022
3bfb418
Added Cube, CubeRoot and Everything is complete
Jun 27, 2022
712f098
new pdf
Jun 27, 2022
1a53108
Updated UML
Jun 27, 2022
51bbd3f
Deleting Old UML file
tfitru Jun 27, 2022
1d44692
Added a missing letter for input string
Jun 27, 2022
6f12c90
Deleted the wrong file
Jun 27, 2022
b42e37d
Added extra features
Jun 27, 2022
9f10e9b
Cleaned up the program
Jun 27, 2022
4afe294
Add files via upload
kchiev215 Jun 27, 2022
98503ca
Delete Scientific Calculator (1).pdf
kchiev215 Jun 27, 2022
ab07dab
Fixed inverse
Jun 27, 2022
a673c54
Merge branch 'master' of https://github.com/Group4calc/ScientificCalc…
Jun 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# ScientificCalculator (maven) ZCW


Expand Down
Binary file added Scientific Calculator.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<groupId>com.zipcodewilmington</groupId>
<artifactId>scientific_calculator</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>18</maven.compiler.source>
<maven.compiler.target>18</maven.compiler.target>
</properties>


</project>
Binary file added src/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions src/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions src/.idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/main/.DS_Store
Binary file not shown.
Binary file added src/main/java/.DS_Store
Binary file not shown.
Binary file added src/main/java/com/.DS_Store
Binary file not shown.
Binary file added src/main/java/com/zipcodewilmington/.DS_Store
Binary file not shown.
Loading