Click or drag to resize

GammaRelatedBinomial Method

Gives the binomial coefficient ( n over m).

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

Parameters

n  Double
First argument.
m  Double
Second argument.

Return Value

Double
The binomial coefficient ( n over m).
See Also