Click or drag to resize

SpecialFunctionsBinomialLn Method

Computes the natural logarithm of the binomial coefficient: ln(n choose k).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double BinomialLn(
	int n,
	int k
)

Parameters

n  Int32
A nonnegative value n.
k  Int32
A nonnegative value h.

Return Value

Double
The logarithmic binomial coefficient: ln(n choose k).
See Also