12   assert((
float)i == 1.23456789101112e14f);
    13   assert((
double)i == 1.23456789101112e14);
    14   float f = 123456789101112.12345f;
    16   double d = 123456789101112.12345f;
 
void assert_int64t_approximatively_equals_int64t(int64_t i, int64_t j)
QUIZ_CASE(long_arithmetic)