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

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

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


public interface IDouble1Function {
  public double evaluate(double arg1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy