Package velo.ladealpha.fields.services
Class Codify
java.lang.Object
velo.ladealpha.fields.services.Codify
The Class Codify.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublecomputeStringEquation(String equation, double input) Compute string equation.getCompiler(String equation) Gets the compiler. 
- 
Constructor Details
- 
Codify
public Codify() 
 - 
 - 
Method Details
- 
computeStringEquation
Compute string equation.- Parameters:
 equation- the equationinput- the input- Returns:
 - the double
 
 - 
getCompiler
Gets the compiler.- Parameters:
 equation- the equation- Returns:
 - the compiler
 
 
 -