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

https://github.com/shanehofstetter/math-solver

Math solver GUI and CLI written in Java
https://github.com/shanehofstetter/math-solver

cli gui java math solver

Last synced: over 1 year ago
JSON representation

Math solver GUI and CLI written in Java

Awesome Lists containing this project

README

          

# Math Solver

GUI-Application and CLI for solving math terms and equations, written in Java.

## Disclaimer
This tool was created during my studies as a school project in 2015. **No guarantee is given for accuracy or completeness.**

## Examples

### GUI

Run `ch.shanehofstetter.calculator.SolverGUI.main`

GUI Example 1

### CLI

Run `ch.shanehofstetter.calculator.SolverCLI.main`

CLI Example 1

## Testing

Run `ch.shanehofstetter.calculator.TestSuite.main` with enabled assertions (VM parameter `-enableassertions`)