Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
nonfinite_num_facets.hpp File Reference
#include <cstring>
#include <ios>
#include <limits>
#include <locale>
#include <boost/version.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/special_functions/sign.hpp>
Include dependency graph for nonfinite_num_facets.hpp:

Classes

class  boost::math::nonfinite_num_put< CharType, OutputIterator >
 
class  boost::math::nonfinite_num_get< CharType, InputIterator >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 

Variables

const int boost::math::legacy = 0x1
 get facet will recognize most string representations of infinity and NaN. More...
 
const int boost::math::signed_zero = 0x2
 put facet will distinguish between positive and negative zero. More...
 
const int boost::math::trap_infinity = 0x4
 put facet will throw an exception of type std::ios_base::failure when an attempt is made to format positive or negative infinity. More...
 
const int boost::math::trap_nan = 0x8
 put facet will throw an exception of type std::ios_base::failure when an attempt is made to format positive or negative NaN. More...