hello,
i had a problem with my developing with C using GNU
..
i'd tried to print on the screen result of
smallest non zero values of long double and print with %.3Le
and the output is -1.#Q0e+000
this is my code :
#include #include #include #include printf("
The size of the largest value of type "long double" is
%.3Le", LDBL_MAX);
this is BUG on the compiler or NOT ?
thx