public interface Expression extends Value
Modifier and Type | Method and Description |
---|---|
boolean |
dependsOn(Variable x)
Checks whether the expression has any dependence on the variable x.
|
Expression |
derivative(Variable wrt)
Return an Expression that represents the derivative of
this expression with respect to the variable wrt.
|
double |
getValueWithCases(Cases cases)
Compute and return the value of this expression.
|
String |
toString()
Get a print string representation of this expression.
|
double getValueWithCases(Cases cases)
Expression derivative(Variable wrt)
boolean dependsOn(Variable x)
String toString()