mathpack.arithmetic
Class sqrt

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

public class sqrt
extends java.lang.Object
implements anyFunction

Quadratwurzel


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

Constructor Detail

sqrt

public sqrt()
Method Detail

f

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