Interface ConvergentSequence<T>
Represents a sequence that converges to a limit.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanChecks if the sequence converges.limit()Returns the limit of this sequence as n approaches infinity.Methods inherited from interface Function
andThen, compose, contains, evaluate, getBackend, isContinuous, isDifferentiable, setBackendMethods inherited from interface Relation
getCodomain
-
Method Details
-
limit
-
isConvergent
default boolean isConvergent()Checks if the sequence converges.- Returns:
- true (by definition of this interface, but useful for general checks)
-