IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Test.AdvancedIntegerMathTest Class Reference

Public Member Functions

void FactorialSpecialCases ()
 
void FactorialRecurrence ()
 
void FactorialNegativeArgumentTest ()
 
void DoubleFactorialSpecialCases ()
 
void FactorialDoubleFactorialRelationship ()
 
void HarmonicSpecialCases ()
 
void HarmonicPsiAgreement ()
 
void PrimeSpecialCases ()
 
void PrimeCounts ()
 
void BinomialCoefficientRecurrence ()
 
void BinomialCoefficientInequality ()
 
void BinomialCoefficientSpecialCases ()
 
void BinomialCoefficientSums ()
 
void BinomialCoefficientAgreement ()
 
void BinomialCoefficientInvalidArgumentTest1 ()
 
void BinomialCoefficientInvalidArgumentTest2 ()
 
void BinomialCoefficientInvalidArgumentTest3 ()
 
void GcdLcmTest ()
 
void IntegerPartitionCounts ()
 
void IntegerPartitionSums ()
 
void PowModTest ()
 
void FibonacciSpecialCases ()
 
void FibonacciRecurrence ()
 

Private Member Functions

int CountPrimes (int n)
 
int CountValues (IEnumerable enumeration)
 

Member Function Documentation

void Test.AdvancedIntegerMathTest.FactorialSpecialCases ( )
inline
void Test.AdvancedIntegerMathTest.FactorialRecurrence ( )
inline
void Test.AdvancedIntegerMathTest.FactorialNegativeArgumentTest ( )
inline
void Test.AdvancedIntegerMathTest.DoubleFactorialSpecialCases ( )
inline
void Test.AdvancedIntegerMathTest.FactorialDoubleFactorialRelationship ( )
inline
void Test.AdvancedIntegerMathTest.HarmonicSpecialCases ( )
inline
void Test.AdvancedIntegerMathTest.PrimeSpecialCases ( )
inline
void Test.AdvancedIntegerMathTest.PrimeCounts ( )
inline
int Test.AdvancedIntegerMathTest.CountPrimes ( int  n)
inlineprivate
void Test.AdvancedIntegerMathTest.BinomialCoefficientRecurrence ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientInequality ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientSpecialCases ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientSums ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientAgreement ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientInvalidArgumentTest1 ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientInvalidArgumentTest2 ( )
inline
void Test.AdvancedIntegerMathTest.BinomialCoefficientInvalidArgumentTest3 ( )
inline
void Test.AdvancedIntegerMathTest.GcdLcmTest ( )
inline
void Test.AdvancedIntegerMathTest.IntegerPartitionCounts ( )
inline
int Test.AdvancedIntegerMathTest.CountValues ( IEnumerable  enumeration)
inlineprivate
void Test.AdvancedIntegerMathTest.IntegerPartitionSums ( )
inline
void Test.AdvancedIntegerMathTest.PowModTest ( )
inline
void Test.AdvancedIntegerMathTest.FibonacciSpecialCases ( )
inline
void Test.AdvancedIntegerMathTest.FibonacciRecurrence ( )
inline

The documentation for this class was generated from the following file: