Mathematics Graphing Utilities

com.srbenoit.math.grapher

This package collects many one-off general utilities to simplify common functions or provide functionality missing in the JDK.

Graphable
An interface for functions that can be graphed.
Grapher
A graphing tool that renders the graph of a function.
GraphImage
A container for a generated image of a graph.
PointListGraph
A generic graphable that accepts a list of points then produces a piecewise linear graph that interpolates the points linearly.

As the author of the source code available by following the links above, I hereby place this source code in the public domain. You can use, modify, and distribute the source code and executable programs based on the source code. However, note the following:
DISCLAIMER OF WARRANTY
This source code is provided "as is" and without any express or implied warranties whatsoever. The user must assume the entire risk of using the source code.