[ library(ic) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]
delta(?Var, -Width)
Returns the width of the interval of Var.
- Var
- A variable or a number
- Width
- Width of the interval
Calling Modes
- delta(-, -)
- delta(?, -)
- delta(++, -)
Description
Returns the width (Hi - Lo) of the interval of Var. If Var has not been
declared before, it will be turned into an unrestricted real variable.
If Var is a ground number, the width will be calculated appropriately
based on its type.
See Also
median / 2, get_ic_bounds / 3