|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface ContinuedFraction.Partials
Definition of a continued fraction in terms of
the partial numerators an, and
the partial denominators bn.
| Method Summary | |
|---|---|
double |
A(int n,
double x)
Compute an. |
double |
B(int n,
double x)
Compute bn. |
| Method Detail |
|---|
double A(int n,
double x)
an.
n - an integer that counts from 1x - x
an
double B(int n,
double x)
bn.
n - an integer that counts from 0x - x
bn
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||