package gve.calc.formula; import java.awt.*;
@version 28 Sep 1997 @author Geert Vernaeve |
All Real objects returned by evaluate() should have a valid doubleValue field. Since all objects returned by evaluate() may be modified on the fly, we should create a copy of this Real. This is not very efficient, certainly not when plotting functions. |