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 }