public class Bernoulli
extends java.lang.Object
| Constructor | Description |
|---|---|
Bernoulli() |
| Modifier and Type | Method | Description |
|---|---|---|
Rational |
at(int n) |
The Bernoulli number at the index provided.
|
protected void |
set(int n,
Rational value) |
Set a coefficient in the internal table.
|
protected void set(int n,
Rational value)
n - the zero-based index of the coefficient. n=0 for the constant term.value - the new value of the coefficient.public Rational at(int n)
n - the index, non-negative.