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

Class expression.exp10Func

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

public class exp10Func
extends oneArgFunction
Exponential function

Constructor Index

 o exp10Func()

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 exp10Func
  public exp10Func()

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