Click or drag to resize

GammaRelatedBinomial Method

Returns the binomial coefficient "n choose m".

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Binomial(
	double n,
	double m
)

Parameters

n  Double
The first argument.
m  Double
The second argument.

Return Value

Double
The binomial coefficient "n choose m".
See Also