#define NOMBRE_MAX 256 #define TAILLE_MAX (NOMBRE_MAX*sizeof(int)) #define RANG(n) ((float)(n) / (float)TAILLE_MAX) RANG(i+1);