Ejemplo n.º 1
0
 void
 run()
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
 }
Ejemplo n.º 2
0
 void
 run() override
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
     test_round ();
 }