Functions | |
| void | Teuchos::doFloatingPointTrap (bool enableTrap) |
| Turn on or off a floating point trap. | |
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.
Definition at line 50 of file Teuchos_FloatingPointTrap.cpp.
1.4.7