Files Classes Functions Hierarchy
00001 #ifndef POWERSERIESTEST_H 00002 #define POWERSERIESTEST_H 00003 00004 class powerseriestest 00005 { 00006 public: 00007 00008 static void test01(); 00009 static void test02(); 00010 00011 }; 00012 00013 00014 #endif 00015 00016
1.5.8