• Logical functions These remain largely un-documented. Use of logical operators like Less than (<), greater than (>), <= and >= are permitted in the formula for a Variable. For example, a simple implementation of the =Min(V1,V2) function can be written as: = -1*( V1 < V2 ...