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


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