| Package | Description |
|---|---|
| visad.formula |
Provides an interface for automatically evaluating formulas based on
user-defined operators and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static VRealType |
VRealType.get(RealType rt)
gets the VRealType corresponding to the specified RealType,
creating it if necessary
|
| Modifier and Type | Method and Description |
|---|---|
static Data |
FormulaUtil.derive(Function f,
VRealType rt)
evaluate the derive function
|
static Field |
FormulaUtil.factor(FieldImpl f,
VRealType rt)
evaluate the domainFactor function
|