mathpack.arithmetic
Class exp

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

public class exp
extends java.lang.Object
implements anyFunction

Exponentialfunktion


Constructor Summary
exp()
           
 
Method Summary
 void f(java.util.Stack stack)
          Funktion exp( TOS) (TopOfStack)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

exp

public exp()
Method Detail

f

public void f(java.util.Stack stack)
Funktion exp( TOS) (TopOfStack)
Specified by:
f in interface anyFunction