Click or drag to resize

SpecialFunctionsBinomial Method

Computes the binomial coefficient: 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 Binomial(
	int n,
	int k
)

Parameters

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

Return Value

Double
The binomial coefficient: n choose k.
See Also