| 
    Teuchos - Trilinos Tools Package
    Version of the Day
    
   | 
 
Functions | |
| void | Teuchos::doFloatingPointTrap (bool enableTrap) | 
| Turn on or off a floating point trap.  More... | |
This is code that makes it easier to trap floating point errors in user code.
ToDo: Finish documentation!
| void Teuchos::doFloatingPointTrap | ( | bool | enableTrap | ) | 
Turn on or off a floating point trap.
To use this from gdb, set:
handle SIGFPE stop nopass
before running the code in gdb.
 1.8.5