public class FractionSequenceFunction extends Object implements SimpleFunction<Double,Double>
| Constructor and Description |
|---|
FractionSequenceFunction() |
| Modifier and Type | Method and Description |
|---|---|
Double |
eval(Double x)
Evaluates the function for the given element.
|
public Double eval(Double x)
SimpleFunctioneval in interface SimpleFunction<Double,Double>x - some elementCopyright © 2018. All rights reserved.