Special.LogCombinations Method

Gets the natural logarithm of Combinations(Int32, Int32).

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double LogCombinations(
	int n,
	int k
)

Parameters

n  Int32
The number of possibilities.
k  Int32
The number of outcomes to pick.

Return Value

Double
Gets the natural logarithm of Combinations(Int32, Int32).

See Also