Package org.episteme.core.mathematics.sequences
package org.episteme.core.mathematics.sequences
-
ClassDescriptionRepresents the Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, ...Represents a Geometric series: a + ar + ar^2 + ar^3 + ...Represents the Harmonic series: 1 + 1/2 + 1/3 + 1/4 + ...Represents an infinite mathematical sequence.Sequence<T>Represents a mathematical sequence of elements.