Integer Math.Binomial Coefficients Method
Enumerates over the binomial coefficients of a specified
degree.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static IEnumerable<double> BinomialCoefficients(
int degree
)
Parameters
- degree Int32
- The degree of the binomial coefficients to enumerate over.