#include <math.h> #include <stdio.h> int main(void) { double f; f = nan("2.0"); printf("%f " , f); }
-1.#IND00