//--------------------------------------------------------------------------- // ŠNikolai V. Shokhirev, 2004-2008 <nikolai@shokhirev.com> http://www.shokhirev.com/nikolai.html // Reduced demo version //--------------------------------------------------------------------------- #ifndef GenTests_H #define GenTests_H //--------------------------------------------------------------------------- using namespace std; string MachepsTest(); string ComplexTest(); #endif