|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--tracer.expression.Function
|
+--tracer.expression.twoArgFunction
|
+--tracer.expression.powFunc
Power function
| Fields inherited from class tracer.expression.Function |
numArgs |
| Constructor Summary | |
powFunc()
|
|
| Method Summary | |
double |
apply(double a,
double b)
Returns power of two arguments a^b. |
java.lang.String |
toString()
Return string "^". |
| Methods inherited from class tracer.expression.twoArgFunction |
apply |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public powFunc()
| Method Detail |
public double apply(double a,
double b)
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||