Meta.Numerics Library
AdvancedIntegerMath Class
Meta.NumericsMeta.Numerics.FunctionsAdvancedIntegerMath
Contains methods that compute advanced functions of integer arguments.
Declaration Syntax
C#Visual BasicVisual C++F#
public static class AdvancedIntegerMath
Public NotInheritable Class AdvancedIntegerMath
public ref class AdvancedIntegerMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AdvancedIntegerMath =  class end
Members
All MembersMethods



IconMemberDescription
BinomialCoefficient(Int32, Int32)
Computes a binomial coefficient.
BinomialCoefficients(Int32)
Enumerates the binomial coefficients of a given order.
DoubleFactorial(Int32)
Computes the double factorial of the given number.
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.
LogDoubleFactorial(Int32)
Computes the natural logarithm of the double factorial of the given number.
LogFactorial(Int32)
Computes the logrithm of the factorial of an integer.
Partitions(Int32)
Enumerates all partitions of the given integer
PowMod(Int32, Int32, Int32)
Computes a power of an integer in modular arithmetic.
Inheritance Hierarchy
Object
AdvancedIntegerMath