#include <limits.hpp>
Static Public Member Functions | |
static long double min | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
static long double max | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
static long double | denorm_min () throw () |
static long double | epsilon () throw () |
static long double | round_error () throw () |
Definition at line 412 of file limits.hpp.
static long double min std::numeric_limits< long double >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 433 of file limits.hpp.
static long double max std::numeric_limits< long double >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 435 of file limits.hpp.
static long double std::numeric_limits< long double >::denorm_min | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 434 of file limits.hpp.
static long double std::numeric_limits< long double >::epsilon | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 436 of file limits.hpp.
static long double std::numeric_limits< long double >::round_error | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 437 of file limits.hpp.