DEBSOURCES
Skip Quicknav
sources / plplot / 5.15.0%2Bdfsg2-6 / cmake / modules / TestFortranIsnan.f
12345678910
program testisnan c external isnan dummy = 0.0 if (isnan(0.0/dummy)) then print *,"NaN" endif end program testisnan