mathpack.arithmetic
Class ln

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

public class ln
extends java.lang.Object
implements anyFunction

Logarithmus naturalis


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

Constructor Detail

ln

public ln()
Method Detail

f

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