Contains methods that compute advanced functions of integer arguments.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static class AdvancedIntegerMath
Public NotInheritable Class AdvancedIntegerMath
public ref class AdvancedIntegerMath abstract sealed
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| BinomialCoefficient(Int32, Int32) |
Computes binomial coefficients.
| |
| Factorial(Int32) |
Computes the factorial of an integer.
| |
| GCF(Int64, Int64) |
Computes the greatest common factor of two integers.
| |
| LCM(Int64, Int64) |
Computes the least common multiple of two integers.
| |
| LogFactorial(Int32) |
Computes the logrithm of the factorial of an integer.
|