mathpack.arithmetic
Class subtract

java.lang.Object
  |
  +--mathpack.arithmetic.subtract

public class subtract
extends java.lang.Object
implements anyOperator

Subtraktion


Constructor Summary
subtract()
           
 
Method Summary
 void f(java.util.Stack stack)
          Funktionalität underTOS - TOS (TopOfStack)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

subtract

public subtract()
Method Detail

f

public void f(java.util.Stack stack)
Funktionalität underTOS - TOS (TopOfStack)
Specified by:
f in interface anyOperator