Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

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.

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

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

Definition at line 13 of file CheckForNaN.h.

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


Generated at Wed Mar 17 18:06:54 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004