C++ Utilities
4.11.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
The MathTests class tests functions of the MathUtilities namespace. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testRandom () |
void | testDigitsum () |
void | testFactorial () |
void | testPowerModulo () |
void | testInverseModulo () |
void | testOrderModulo () |
The MathTests class tests functions of the MathUtilities namespace.
Definition at line 16 of file mathtests.cpp.
|
inline |
Definition at line 27 of file mathtests.cpp.
|
inline |
Definition at line 30 of file mathtests.cpp.
void MathTests::testDigitsum | ( | ) |
Definition at line 49 of file mathtests.cpp.
void MathTests::testFactorial | ( | ) |
Definition at line 56 of file mathtests.cpp.
void MathTests::testInverseModulo | ( | ) |
Definition at line 67 of file mathtests.cpp.
void MathTests::testOrderModulo | ( | ) |
Definition at line 73 of file mathtests.cpp.
void MathTests::testPowerModulo | ( | ) |
Definition at line 61 of file mathtests.cpp.
void MathTests::testRandom | ( | ) |
Definition at line 44 of file mathtests.cpp.