IMP  2.0.1
The Integrative Modeling Platform
math.h File Reference

Declare an efficient stl-compatible map. More...

#include <IMP/base/base_config.h>
#include <boost/version.hpp>
#include <cmath>
#include <boost/math/special_functions/fpclassify.hpp>
+ Include dependency graph for math.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::base
 See IMP.base Overview for more information.
 

Functions

template<class T >
bool IMP::base::isinf (const T &a)
 Return true if a number is infinite.
 
template<class T >
bool IMP::base::isnan (const T &a)
 Return true if a number is NaN. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file math.h.