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

Class expression.expFunc

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

public class expFunc
extends oneArgFunction
Exponential function

Constructor Index

 o expFunc()

Method Index

 o apply(double)
Returns the exponential number e(2.718...) raised to the power of a.
 o toString()
Return string "EXP"

Constructors

 o expFunc
  public expFunc()

Methods

 o apply
  public double apply(double a)
Returns the exponential number e(2.718...) raised to the power of a.
Overrides:
apply in class Function
 o toString
  public String toString()
Return string "EXP"
Overrides:
toString in class Function

All Packages  Class Hierarchy  This Package  Previous  Next  Index