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
- Host: GitHub
- URL: https://github.com/kdkasad/java-graphing-calculator
- Owner: kdkasad
- License: other
- Archived: true
- Created: 2022-05-05T23:51:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T06:43:01.000Z (over 2 years ago)
- Last Synced: 2025-02-21T15:51:30.298Z (3 months ago)
- Language: Java
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.