package gve.calc.formula; import java.util.Vector;
@version 4 nov 1999 @author Geert Vernaeve This class is used to store locally defined variable names and values when evaluating a formula, e.g. when plotting f(x) to define the value of x. Since 17-Jan-2000, it is also used to evaluate functions. |
Note: it's possible that you get the same variable name twice. |
Change the value of an existing variable. If the variable doesn't exist, this call is equivalent to defineVariable(). |
Evaluate a function with given arguments. Returns null if no such function exists. |