An open API service indexing awesome lists of open source software.

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

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```.