Package quadbase.util
Interface IFunction
- All Superinterfaces:
Serializable
This interface defines a function y = f(x)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetY(double x) The method returns the result of y = f(x)
-
Method Details
-
getY
The method returns the result of y = f(x)- Parameters:
x- The x value- Returns:
- The result of the function
- Throws:
Exception
-