Package net.sf.tweety.math.func
Class FractionSequenceFunction
- java.lang.Object
-
- net.sf.tweety.math.func.FractionSequenceFunction
-
- All Implemented Interfaces:
SimpleFunction<Double,Double>
public class FractionSequenceFunction extends Object implements SimpleFunction<Double,Double>
The function 1/x.- Author:
- Matthias Thimm
-
-
Method Detail
-
eval
public Double eval(Double x)
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.
-
-