Package | Description |
---|---|
jhelp.util.math.formal |
Formal computing
|
Modifier and Type | Method and Description |
---|---|
VariableList |
Constant.variableList()
Variable list contains in this function
|
VariableList |
BinaryOperator.variableList()
Variable list contains in this function
|
abstract VariableList |
Function.variableList()
Variable list contains in this function
|
VariableList |
UnaryOperator.variableList()
Variable list contains in this function
|
VariableList |
Variable.variableList()
Variable list contains in this function
|
Modifier and Type | Method and Description |
---|---|
void |
VariableList.add(VariableList list)
Add a variable list
|
Function |
Function.derive(VariableList list)
Derive with several variable
|
boolean |
VariableList.equals(VariableList variableList)
Indicates if a variable list is equals to the variable list
|