/java-graphing-calculator

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

Primary LanguageJavaOtherNOASSERTION

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:

$ java -jar GraphingCalculator.jar

Or run the command make run.