Special.Log Combinations Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
Overload List
Log | Gets the natural logarithm of Combinations(Int32, Int32). |
Log | Gets the natural logarithm of Combinations(Int32, Int32). |
LogCombinations(Double, Double)
Gets the natural logarithm of Combinations(Int32, Int32).
public static double LogCombinations(
double n,
double k
)
Parameters
Return Value
DoubleGets the natural logarithm of Combinations(Int32, Int32).
LogCombinations(Int32, Int32)
Gets the natural logarithm of Combinations(Int32, Int32).
public static double LogCombinations(
int n,
int k
)
Parameters
Return Value
DoubleGets the natural logarithm of Combinations(Int32, Int32).