AdvancedIntegerMathStirlingNumbers2 Method

Computes a row of Stirling numbers of the second kind.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double[] StirlingNumbers2(
	int n
)

Parameters

n  Int32
The upper argument, which must be non-negative.

Return Value

Double
An array with n+1 elements. The element with (zero-based) index k contains the Stirling number of the second kind with upper argument n and lower argument k.

Exceptions

See Also