public interface Sequence
Modifier and Type | Method and Description |
---|---|
double |
get(int i)
Get the i-th entry in the sequence, counting from 1.
|
double[] |
getAll()
Get a copy of the whole (finite) sequence in
double[] . |
int |
length()
Get the number of computed terms in the sequence.
|
int length()
double get(int i)
i
- an indexdouble[] getAll()
double[]
.Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.