The AdvancedIntegerMath type exposes the following methods.
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.
|