#include #include #define N_Q 4 /* 4 bits de partie fractionnaire */ int tc[9] = { /* A COMPLETER */ }; int k1=0; /* A MODIFIER */ int k0=0; /* A MODIFIER */ int tf[9], tmp; float fixed_to_float(int a, int n_q) { return ((float)a/(float)(1< %9.4f degres F\n",fixed_to_float(tc[i],N_Q),fixed_to_float(tf[i],N_Q)); } return 0; }