tracer.expression
Class actanFunc

java.lang.Object
  |
  +--tracer.expression.Function
        |
        +--tracer.expression.oneArgFunction
              |
              +--tracer.expression.actanFunc

public class actanFunc
extends oneArgFunction

Arc Cotangent function


Fields inherited from class tracer.expression.Function
numArgs
 
Constructor Summary
actanFunc()
           
 
Method Summary
 double apply(double a)
          Returns the arc cotangent of a, in the range of -Pi/2 through Pi/2.
 java.lang.String toString()
          Return string "ACTAN"
 
Methods inherited from class tracer.expression.oneArgFunction
apply
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

actanFunc

public actanFunc()
Method Detail

apply

public double apply(double a)
Returns the arc cotangent of a, in the range of -Pi/2 through Pi/2.
Overrides:
apply in class Function

toString

public java.lang.String toString()
Return string "ACTAN"
Overrides:
toString in class Function