Math 302, Differential Equations JHU


com.rychlik.calculator
Class StackMachine.Min

java.lang.Object
  |
  +--com.rychlik.calculator.StackMachine.MathFunction
        |
        +--com.rychlik.calculator.StackMachine.BinaryMathFunction
              |
              +--com.rychlik.calculator.StackMachine.Min
All Implemented Interfaces:
java.io.Serializable, StackMachine.Instruction
Enclosing class:
StackMachine

public class StackMachine.Min
extends StackMachine.BinaryMathFunction

Describe class Min here.

See Also:
Serialized Form

Constructor Summary
StackMachine.Min()
           
 
Method Summary
 double eval(double x, double y)
          Describe eval method here.
 java.lang.String getName()
          Describe getName method here.
 
Methods inherited from class com.rychlik.calculator.StackMachine.BinaryMathFunction
arity, execute
 
Methods inherited from class com.rychlik.calculator.StackMachine.MathFunction
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackMachine.Min

public StackMachine.Min()
Method Detail

eval

public double eval(double x,
                   double y)
Describe eval method here.

Specified by:
eval in class StackMachine.BinaryMathFunction
Parameters:
x - a double value
y - a double value
Returns:
a double value

getName

public java.lang.String getName()
Describe getName method here.

Specified by:
getName in class StackMachine.MathFunction
Returns:
a String value



This page last modified Sun Sep 12 12:30:11 2004
Questions? Comments? Please send feedback to jason howald