Package net.sf.tweety.math.func
Class FractionSequenceFunction
- java.lang.Object
 - 
- net.sf.tweety.math.func.FractionSequenceFunction
 
 
- 
- All Implemented Interfaces:
 SimpleFunction<java.lang.Double,java.lang.Double>
public class FractionSequenceFunction extends java.lang.Object implements SimpleFunction<java.lang.Double,java.lang.Double>
The function 1/x.- Author:
 - Matthias Thimm
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FractionSequenceFunction() 
- 
Method Summary
Modifier and Type Method Description java.lang.Doubleeval(java.lang.Double x)Evaluates the function for the given element. 
 - 
 
- 
- 
Method Detail
- 
eval
public java.lang.Double eval(java.lang.Double x)
Description copied from interface:SimpleFunctionEvaluates the function for the given element.- Specified by:
 evalin interfaceSimpleFunction<java.lang.Double,java.lang.Double>- Parameters:
 x- some element- Returns:
 - the value of the element.
 
 
 - 
 
 -