Returns the specified Bernoulli number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BernoulliB(
int n
)
Public Shared Function BernoulliB (
n As Integer
) As Double
public:
static double BernoulliB(
int n
)
static member BernoulliB :
n : int -> float
Parameters
- n
- Type: SystemInt32
The index of the Bernoulli number.
Return Value
Type:
DoubleThe
nth Bernoulli number B
n.
Reference