|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--tracer.expression.Function
|
+--tracer.expression.oneArgFunction
|
+--tracer.expression.expFunc
Exponential function
| Fields inherited from class tracer.expression.Function |
numArgs |
| Constructor Summary | |
expFunc()
|
|
| Method Summary | |
double |
apply(double a)
Returns the exponential number e(2.718...) raised to the power of a. |
java.lang.String |
toString()
Return string "EXP" |
| Methods inherited from class tracer.expression.oneArgFunction |
apply |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public expFunc()
| Method Detail |
public double apply(double a)
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||