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