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


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