#include <limits.hpp>
Static Public Member Functions | |
static double min | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
static double max | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
static double | denorm_min () throw () |
static double | epsilon () throw () |
static double | round_error () throw () |
Definition at line 384 of file limits.hpp.
static double min std::numeric_limits< double >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 405 of file limits.hpp.
static double max std::numeric_limits< double >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 407 of file limits.hpp.
static double std::numeric_limits< double >::denorm_min | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 406 of file limits.hpp.
static double std::numeric_limits< double >::epsilon | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 408 of file limits.hpp.
static double std::numeric_limits< double >::round_error | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 409 of file limits.hpp.