All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.bliki.wiki.template.expr.eval.IDoubleFunction Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.template.expr.eval;

import info.bliki.wiki.template.expr.ast.FunctionNode;

public interface IDoubleFunction {
  public double evaluate(DoubleEvaluator engine, FunctionNode function);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy