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

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

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


public interface IDouble2Function {
  public double evaluate(double arg1, double arg2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy