Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

kdkasad/java-graphing-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published