Uses of Interface
org.episteme.core.mathematics.sequences.InfiniteSequence
Packages that use InfiniteSequence
Package
Description
-
Uses of InfiniteSequence in org.episteme.core.mathematics.analysis.series
Classes in org.episteme.core.mathematics.analysis.series that implement InfiniteSequence -
Uses of InfiniteSequence in org.episteme.core.mathematics.sequences
Classes in org.episteme.core.mathematics.sequences that implement InfiniteSequenceModifier and TypeClassDescriptionclassRepresents the Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, ...classRepresents a Geometric series: a + ar + ar^2 + ar^3 + ...classRepresents the Harmonic series: 1 + 1/2 + 1/3 + 1/4 + ...