#include TAILLE_TAB = 10000; int racineCarree(int n){ if (n < 0){ return -2; } for(int i = 0; i