Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
Safety.hh File Reference
Implements a few safety precautions which can be switched on and off: safe division that traps div-by-zero errors, provides a "small number" with which it is unsafe to divide a double, and an improved implementation of hypot() for those architectures which do not provide it.
More...
#include "Fparch.hh"
Include dependency graph for Safety.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
Implements a few safety precautions which can be switched on and off: safe division that traps div-by-zero errors, provides a "small number" with which it is unsafe to divide a double, and an improved implementation of hypot() for those architectures which do not provide it.
Note that this class contains architecture-dependent methods and is therefore not fully portable.
Definition in file Safety.hh.
Generated at Wed Aug 21 09:33:23 2002 for The Razorback C++ Library: Linear Algebra by
1.2.6 written by Dimitri van Heesch,
© 1997-2001