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