C G L M T

C

compute(double) - Method in class LinearEquation
Compute y, given x.

G

getInverse() - Method in class LinearEquation
Compute the inverse of this linear equation.

L

LinearEquation - class LinearEquation.
A LinearEquation models equations of the form y = mx + b.
LinearEquation(double, double) - Constructor for class LinearEquation
Construct a LinearEquation from a slope and y-intercept.
LinearEquation(double, double, double, double) - Constructor for class LinearEquation
Construct a LinearEquation from two points.

M

main(String[]) - Static method in class Temperatures
First a hardcoded test of Celsius-Fahrenheit conversion, then a loop allowing the user to test interactively.

T

Temperatures - class Temperatures.
Temperature conversion program, for exercising LinearEquation objects.
Temperatures() - Constructor for class Temperatures
 

C G L M T