Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double LogCombinations(
int n,
int k
)
Public Shared Function LogCombinations (
n As Integer,
k As Integer
) As Double
public:
static double LogCombinations(
int n,
int k
)
static member LogCombinations :
n : int *
k : int -> float
Parameters
- n
- Type: SystemInt32
The number of possibilities. - k
- Type: SystemInt32
The number of outcomes to pick.
Return Value
Type:
DoubleGets the natural logarithm of
Combinations(Int32, Int32).
Reference