Package org.tweetyproject.math.func
Class FractionSequenceFunction
java.lang.Object
org.tweetyproject.math.func.FractionSequenceFunction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FractionSequenceFunction
public FractionSequenceFunction()Constructor
-
-
Method Details
-
eval
Description copied from interface:SimpleFunctionEvaluates the function for the given element.- Specified by:
evalin interfaceSimpleFunction<Double,Double> - Parameters:
x- some element- Returns:
- the value of the element.
-