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

https://github.com/kdkasad/java-graphing-calculator

A graphing calculator written in Java — final project for AP Computer Science A
https://github.com/kdkasad/java-graphing-calculator

Last synced: 25 days ago
JSON representation

A graphing calculator written in Java — final project for AP Computer Science A

Awesome Lists containing this project

README

        

# Java Graphing Calculator

A project for AP Computer Science A

## Building

1. Ensure that the following dependencies are installed:
- Java Development Kit (JDK)
- GNU Make
2. Run `make` to build the project.

### Documentation

1. Ensure that the following dependencies are installed:
- GNU Make
- GNU Roff (groff)
2. Run `make docs` to compile the documentation.
3. The compiled PDF documents will be in the `docs/` directory.

## Running

Execute the compiled JAR:

```sh
$ java -jar GraphingCalculator.jar
```

Or run the command `make run`.