Uses of Interface
org.episteme.core.mathematics.sequences.Sequence
Packages that use Sequence
Package
Description
-
Uses of Sequence in org.episteme.core.mathematics.analysis.series
Classes in org.episteme.core.mathematics.analysis.series that implement Sequence -
Uses of Sequence in org.episteme.core.mathematics.sequences
Subinterfaces of Sequence in org.episteme.core.mathematics.sequencesModifier and TypeInterfaceDescriptioninterfaceRepresents an infinite mathematical sequence.Classes in org.episteme.core.mathematics.sequences that implement SequenceModifier 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 + ...