AdvancedIntegerMathStirlingNumbers2 Method
Computes a row of Stirling numbers of the second kind.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double[] StirlingNumbers2(
int n
)
Public Shared Function StirlingNumbers2 (
n As Integer
) As Double()
public:
static array<double>^ StirlingNumbers2(
int n
)
static member StirlingNumbers2 :
n : int -> float[]
- n Int32
- The upper argument, which must be non-negative.
DoubleAn 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.