C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The MathTests class tests functions provided by misc/math.h. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testDigitsum () |
void | testFactorial () |
void | testPowerModulo () |
void | testInverseModulo () |
void | testOrderModulo () |
The MathTests class tests functions provided by misc/math.h.
Definition at line 29 of file mathtests.cpp.
|
inline |
Definition at line 39 of file mathtests.cpp.
|
inline |
Definition at line 42 of file mathtests.cpp.
void MathTests::testDigitsum | ( | ) |
Definition at line 55 of file mathtests.cpp.
void MathTests::testFactorial | ( | ) |
Definition at line 62 of file mathtests.cpp.
void MathTests::testInverseModulo | ( | ) |
Definition at line 73 of file mathtests.cpp.
void MathTests::testOrderModulo | ( | ) |
Definition at line 79 of file mathtests.cpp.
void MathTests::testPowerModulo | ( | ) |
Definition at line 67 of file mathtests.cpp.