AdvancedIntegerMathStirlingNumbers1 Method

Computes a row of Sterling numbers of the first kind.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double[] StirlingNumbers1(
	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 unsigned Sterling number of the first kind with upper argument n and lower argument k.

Exceptions

See Also