Class expression.actanFunc
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class expression.actanFunc

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

public class actanFunc
extends oneArgFunction
Arc Cotangent function

Constructor Index

 o actanFunc()

Method Index

 o apply(double)
Returns the arc cotangent of a, in the range of -Pi/2 through Pi/2.
 o toString()
Return string "ACTAN"

Constructors

 o actanFunc
  public actanFunc()

Methods

 o 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
 o toString
  public String toString()
Return string "ACTAN"
Overrides:
toString in class Function

All Packages  Class Hierarchy  This Package  Previous  Next  Index