mathpack.arithmetic
Class not

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

public class not
extends java.lang.Object
implements anyFunction

boolsche Negation


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

Constructor Detail

not

public not()
Method Detail

f

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