Class Codify

java.lang.Object
velo.ladealpha.fields.services.Codify

public class Codify extends Object
The Class Codify.
  • Constructor Details

    • Codify

      public Codify()
  • Method Details

    • computeStringEquation

      public double computeStringEquation(String equation, double input)
      Compute string equation.
      Parameters:
      equation - the equation
      input - the input
      Returns:
      the double
    • getCompiler

      public RuntimeCompiler getCompiler(String equation)
      Gets the compiler.
      Parameters:
      equation - the equation
      Returns:
      the compiler