SpecialFunctionsBinomial Method |
Computes the binomial coefficient: n choose k.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Binomial(
int n,
int k
)
Parameters
- n Int32
- A nonnegative value n.
- k Int32
- A nonnegative value h.
Return Value
DoubleThe binomial coefficient: n choose k.
See Also