Gaudi Framework, version v20r2

Generated: 18 Jul 2008

CheckForNaN.h File Reference

#include <cmath>

Include dependency graph for CheckForNaN.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define GAUDIALG_CHECKFORNAN_H   1

Functions

int lfin (double x)
int lnan (double x)


Define Documentation

#define GAUDIALG_CHECKFORNAN_H   1

Definition at line 4 of file CheckForNaN.h.


Function Documentation

int @1::lfin ( double  x  )  [inline, static]

Definition at line 12 of file CheckForNaN.h.

Referenced by GaudiHistos< PBASE >::fill().

00012 { return  std::isfinite ( x ) ; }

int @1::lnan ( double  x  )  [inline, static]

Definition at line 13 of file CheckForNaN.h.

Referenced by GaudiHistos< PBASE >::fill().

00013 { return  std::isnan  ( x ) ; }


Generated at Fri Jul 18 11:59:27 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004