https://github.com/orangomango/javacalculations
Math with Java
https://github.com/orangomango/javacalculations
calculations java
Last synced: 12 months ago
JSON representation
Math with Java
- Host: GitHub
- URL: https://github.com/orangomango/javacalculations
- Owner: OrangoMango
- Created: 2020-04-13T16:47:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T09:52:52.000Z (over 5 years ago)
- Last Synced: 2025-02-26T15:38:02.286Z (over 1 year ago)
- Topics: calculations, java
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaCalculation
## com.orangomango.javacalc
Math with Java
# How to run
* Run the shell script using the command: ```./javacalc.sh``` **or**
* From the ```bin``` directory run the java main class using the command: ```java com.orangomango.javacalc.JavaCalculations``` **or**
* Using the ```.jar``` file with the command: ```java -jar bin/JavaCalculations.jar```.
# Documentation
Documentation HTML is in the file ```doc/documentation.tar```.