SpecialFunctionsBinomialLn Method |
Computes the natural logarithm of the binomial coefficient: ln(n choose k).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double BinomialLn(
int n,
int k
)
Parameters
- n Int32
- A nonnegative value n.
- k Int32
- A nonnegative value h.
Return Value
DoubleThe logarithmic binomial coefficient: ln(n choose k).
See Also