Package dev.nm.analysis.sequence
Interface Summation.Term
-
- Enclosing class:
- Summation
public static interface Summation.Term
Define the terms in a summation series.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluate(double i)
Evaluate the term for an index.
-