testmain.cpp

00001 
00007 void test_fixed();
00008 void test_power10();
00009 void test_rational();
00010 
00011 int main()
00012 {
00013   test_fixed();
00014   test_power10();
00015   test_rational();
00016 }

Generated on Sun Nov 30 09:53:23 2008 for Exploring C++ - Final Forms of Key Examples by  doxygen 1.5.3