mathpack.arithmetic
Class multiply

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

public class multiply
extends java.lang.Object
implements anyOperator

Multiplikation


Constructor Summary
multiply()
           
 
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

multiply

public multiply()
Method Detail

f

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