#include <limits.hpp>
Static Public Member Functions | |
static float min | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
static float max | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
static float | denorm_min () throw () |
static float | epsilon () throw () |
static float | round_error () throw () |
Definition at line 356 of file limits.hpp.
static float min std::numeric_limits< float >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 377 of file limits.hpp.
static float max std::numeric_limits< float >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 379 of file limits.hpp.
static float std::numeric_limits< float >::denorm_min | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 378 of file limits.hpp.
static float std::numeric_limits< float >::epsilon | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 380 of file limits.hpp.
static float std::numeric_limits< float >::round_error | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 381 of file limits.hpp.