package jmathlib.toolbox.jmathlib.graphics.graph2d;
import jmathlib.core.tokens.*;
import jmathlib.core.functions.ExternalFunction;
import jmathlib.core.interpreter.GlobalValues;
public class ezcontour extends ExternalFunction
{
public OperandToken evaluate(Token[] operands, GlobalValues globals)
{
throwMathLibException("ezcontour: not implemented yet");
return null;
}
}