Added getInfLocator and getSupLocator to pdetools.
This means if you want to use them, you will need to import them.
These methods return a locator to a point with the smallest/largest value.
Added resolve() and delay() to utils.
Now you can do things like:
d=delay(v)
..
..
z=resolve(d+1)
|