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

Class expression.tanFunc

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

public class tanFunc
extends oneArgFunction
Tangent function

Constructor Index

 o tanFunc()

Method Index

 o apply(double)
Returns the trigonometric tangent of an angle.
 o toString()
Return string "TAN"

Constructors

 o tanFunc
  public tanFunc()

Methods

 o apply
  public double apply(double a)
Returns the trigonometric tangent of an angle.
Overrides:
apply in class Function
 o toString
  public String toString()
Return string "TAN"
Overrides:
toString in class Function

All Packages  Class Hierarchy  This Package  Previous  Next  Index