链接已复制
1 回复
If you want to test in code for a NaN, use the intrinsic function ISNAN. (This is an extension - a future version will support the F2003 standard routine for this purpose.)
If you want the program to stop automatically when a NaN is seen, then change the Floating Point Exception behavior to /fpe:0.
If you want the program to stop automatically when a NaN is seen, then change the Floating Point Exception behavior to /fpe:0.
