#include #include int main(void) { printf("%.15f\n", 12345.678910111213); return EXIT_SUCCESS; } //en modifiant le %f, il affiche plus de nombre après la virgule