Special.BernoulliB Method

Returns the specified Bernoulli number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double BernoulliB(
	int n
)

Parameters

n  Int32
The index of the Bernoulli number.

Return Value

Double
The nth Bernoulli number Bn.

See Also