mathpack.arithmetic
Class tan

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

public class tan
extends java.lang.Object
implements anyFunction

Tangens


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

Constructor Detail

tan

public tan()
Method Detail

f

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