Special.Bernoulli B Method
Returns the specified Bernoulli number.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The nth Bernoulli number Bn.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double BernoulliB(
int n
)
Parameters
- n Int32
- The index of the Bernoulli number.
Return Value
DoubleThe nth Bernoulli number Bn.