Beispiel #1
0
 void
 run()
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
 }
Beispiel #2
0
 void
 run() override
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
     test_round ();
 }