1 package org.simantics.spreadsheet.graph.formula;
3 import org.simantics.spreadsheet.graph.CellFormulaFunction;
4 import org.simantics.spreadsheet.graph.CellValueVisitor;
5 import org.simantics.spreadsheet.graph.parser.ast.AstArgList;
7 public class PiFormulaFunction implements CellFormulaFunction<Double> {
10 public Double evaluate(CellValueVisitor visitor, AstArgList args) {
12 throw new IllegalStateException();