GammaRelatedLogBinomial Method |
Gives the natural logarithm of the binomial coefficient ( n over m).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double LogBinomial(
double n,
double m
)
Parameters
- n Double
- First argument.
- m Double
- Second argument.
Return Value
DoubleThe natural logarithm of the binomial coefficient ( n over m).
See Also