nouveau
This commit is contained in:
8
DEV1.1/TP05/tp5exo3.c
Normal file
8
DEV1.1/TP05/tp5exo3.c
Normal file
@@ -0,0 +1,8 @@
|
||||
int main(void) {
|
||||
printf("%f\n", +1.0/0.0);
|
||||
printf("%f\n", -1.0/0.0);
|
||||
printf("%f\n", -0.0/0.0);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
/* sa affiche les infinis positifi et négatif et nan (Not a Number)*/
|
Reference in New Issue
Block a user