Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!bionet!uwm.edu!lll-winken!miguel.llnl.gov!macq From: macq@miguel.llnl.gov (Don MacQueen) Newsgroups: comp.lang.fortran Subject: IEEE exceptions Message-ID: <91963@lll-winken.LLNL.GOV> Date: 25 Feb 91 20:11:48 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: macq@miguel.llnl.gov (Don MacQueen) Distribution: usa Organization: Lawrence Livermore National Laboratory Lines: 18 Nntp-Posting-Host: miguel.llnl.gov This is basic stuff, I suppose, and I've looked in the documentation I have available, but I need some help evaluating the following runtime message from my code. The code involves numerical integration of a normal distribution function. Warning: the following IEEE floating-point arithmetic exceptions occurred in this program and were never cleared: Inexact; Underflow; This is on a Sun Sparcstation IPC using f77, with or without the -r8 option. I know why the underflow is occuring, and I have no problem with underflow as long as zero is used in subsequent calculations. Can I assume that 'Inexact' is occurring for the same reason that underflow is occurring? What exactly (or inexactly?) does inexact mean? What does it mean to 'clear an exception'? Thanks -- -------------------- Don MacQueen macq@miguel.llnl.gov --------------------