|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Term
A term in the tree that represents the term.
| Method Summary | |
|---|---|
double |
evaluate(double x)
Evaluates this term at the position x. |
| Method Detail |
|---|
double evaluate(double x)
x.
Example: let 1 + x be the value of this term. Then this method
returns 3 when you pass 2 for x.
x - the value where to evaluate
xTerms.compile(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||