mathpack.arithmetic
Class power

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

public class power
extends java.lang.Object
implements anyOperator

Potenzieren


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

Constructor Detail

power

public power()
Method Detail

f

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