Click or drag to resize

AdvancedIntegerMathStirlingNumbers1 Method

Computes a row of Sterling numbers of the first kind.

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

Parameters

n
Type: SystemInt32
The upper argument, which must be non-negative.

Return Value

Type: 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
ExceptionCondition
ArgumentOutOfRangeExceptionn is negative.
See Also