Click or drag to resize

AdvancedIntegerMathBellNumber Method

Computes the given Bell number.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double BellNumber(
	int n
)

Parameters

n
Type: SystemInt32
The index of the Bell number to compute, which must be non-negative.

Return Value

Type: Double
The Bell number Bn.
See Also