AdvancedIntegerMathStirlingNumbers1 Method
Computes a row of Sterling numbers of the first kind.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double[] StirlingNumbers1(
int n
)
Public Shared Function StirlingNumbers1 (
n As Integer
) As Double()
public:
static array<double>^ StirlingNumbers1(
int n
)
static member StirlingNumbers1 :
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
unsigned Sterling number of the first kind with upper argument n and lower argument k.