Top "Floating-point-exceptions" questions

Codes that make heavy use of floating point computations need to successfully alert the user when a particular mathematical operation results in an invalid computation.

Floating point exception (core dumped)

I have a long program, which consists of one header file, and two source files, in the first one I …

c exception floating-point coredump floating-point-exceptions
Visual Studio C++ 2008 / 2010 - break on float NaN

Is there any way to set up Visual Studio (just upgraded from 2008 to 2010) to break, as if an assertion failed, …

c++ visual-studio visual-studio-2010 floating-point floating-point-exceptions
An invalid floating point operation occurred. SQL Server 2008

I have weird problem with this code: if I run it like shown below I get error: An invalid floating …

sql sql-server-2008 sql-server-2008-r2 floating-point-exceptions
Causes for NaN in C++ application that do no raise a floating point exception

To find the cause of floating point variables beeing set to NaN in my C++ program I enabled floating point …

c++ nan floating-point-exceptions
Questions on "forrtl: error (65): floating invalid"

I've been running a huge Fortran code with Intel compiler version 13.1.3.192 under the debug mode (with -O0 -g -traceback -fpe3 …

fortran intel-fortran infinity floating-point-exceptions