Package org.tweetyproject.math.func
Class FractionSequenceFunction
java.lang.Object
org.tweetyproject.math.func.FractionSequenceFunction
- All Implemented Interfaces:
SimpleFunction<Double,
Double>
The function 1/x.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FractionSequenceFunction
public FractionSequenceFunction()
-
-
Method Details
-
eval
Description copied from interface:SimpleFunction
Evaluates the function for the given element.- Specified by:
eval
in interfaceSimpleFunction<Double,
Double> - Parameters:
x
- some element- Returns:
- the value of the element.
-