public class Euler
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected static java.util.Vector<java.math.BigInteger> |
a |
| Constructor | Description |
|---|---|
Euler() |
Ctor().
|
| Modifier and Type | Method | Description |
|---|---|---|
java.math.BigInteger |
at(int n) |
The Euler number at the index provided.
|
protected void |
set(int n) |
Compute a coefficient in the internal table.
|
protected void set(int n)
n - the zero-based index of the coefficient. n=0 for the E_0 term.public java.math.BigInteger at(int n)
n - the index, non-negative.