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