mathpack.arithmetic
Class cot

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

public class cot
extends java.lang.Object
implements anyFunction

Cotangens


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

Constructor Detail

cot

public cot()
Method Detail

f

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