#include <limits.hpp>
Inheritance diagram for std::numeric_limits< long double >:


Static Public Member Functions | |
| static long double | min () throw () |
| static long double | denorm_min () throw () |
| static long double | max () throw () |
| static long double | epsilon () throw () |
| static long double | round_error () throw () |
| static long double std::numeric_limits< long double >::min | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
| static long double std::numeric_limits< long double >::denorm_min | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
| static long double std::numeric_limits< long double >::max | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
| static long double std::numeric_limits< long double >::epsilon | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
| static long double std::numeric_limits< long double >::round_error | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
1.5.1