Whole document tree
    

Whole document tree

Templatestd::numeric_limits< float > struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< float > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

float min () throw ()
float max () throw ()
float epsilon () throw ()
float round_error () throw ()
float infinity () throw ()
float quiet_NaN () throw ()
float signaling_NaN () throw ()
float denorm_min () throw ()
float min () throw ()
float max () throw ()
float epsilon () throw ()
float round_error () throw ()
float infinity () throw ()
float quiet_NaN () throw ()
float signaling_NaN () throw ()
float denorm_min () throw ()

Static Public Attributes

const bool is_specialized = true
const int digits = FLT_MANT_DIG
const int digits10 = FLT_DIG
const bool is_signed = true
const bool is_integer = false
const bool is_exact = false
const int radix = FLT_RADIX
const int min_exponent = FLT_MIN_EXP
const int min_exponent10 = FLT_MIN_10_EXP
const int max_exponent = FLT_MAX_EXP
const int max_exponent10 = FLT_MAX_10_EXP
const bool has_infinity = false
const bool has_quiet_NaN = false
const bool has_signaling_NaN = false
const float_denorm_style has_denorm = denorm_absent
const bool has_denorm_loss = false
const bool is_iec559 = false
const bool is_bounded = true
const bool is_modulo = false
const bool traps = false
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

template<>
struct std::numeric_limits< float >


Member Function Documentation

float std::numeric_limits< float >::denorm_min   throw () [inline, static]
 

Definition at line 1783 of file std_limits.h.

References __glibcpp_float_denorm_min.

float std::numeric_limits< float >::denorm_min   throw () [inline, static]
 

Definition at line 718 of file limits_generic.h.

float std::numeric_limits< float >::epsilon   throw () [inline, static]
 

Definition at line 1761 of file std_limits.h.

References __glibcpp_float_epsilon.

float std::numeric_limits< float >::epsilon   throw () [inline, static]
 

Definition at line 696 of file limits_generic.h.

float std::numeric_limits< float >::infinity   throw () [inline, static]
 

Definition at line 1777 of file std_limits.h.

References __glibcpp_float_infinity.

float std::numeric_limits< float >::infinity   throw () [inline, static]
 

Definition at line 712 of file limits_generic.h.

float std::numeric_limits< float >::max   throw () [inline, static]
 

Definition at line 1752 of file std_limits.h.

References __glibcpp_float_max.

float std::numeric_limits< float >::max   throw () [inline, static]
 

Definition at line 687 of file limits_generic.h.

float std::numeric_limits< float >::min   throw () [inline, static]
 

Definition at line 1750 of file std_limits.h.

References __glibcpp_float_min.

float std::numeric_limits< float >::min   throw () [inline, static]
 

Definition at line 685 of file limits_generic.h.

float std::numeric_limits< float >::quiet_NaN   throw () [inline, static]
 

Definition at line 1779 of file std_limits.h.

References __glibcpp_float_quiet_NaN.

float std::numeric_limits< float >::quiet_NaN   throw () [inline, static]
 

Definition at line 714 of file limits_generic.h.

float std::numeric_limits< float >::round_error   throw () [inline, static]
 

Definition at line 1763 of file std_limits.h.

References __glibcpp_float_round_error.

float std::numeric_limits< float >::round_error   throw () [inline, static]
 

Definition at line 698 of file limits_generic.h.

float std::numeric_limits< float >::signaling_NaN   throw () [inline, static]
 

Definition at line 1781 of file std_limits.h.

References __glibcpp_float_signaling_NaN.

float std::numeric_limits< float >::signaling_NaN   throw () [inline, static]
 

Definition at line 716 of file limits_generic.h.


Member Data Documentation

const int std::numeric_limits< float >::digits = FLT_MANT_DIG [static]
 

Definition at line 271 of file limits_generic.cc.

const int std::numeric_limits< float >::digits10 = FLT_DIG [static]
 

Definition at line 272 of file limits_generic.cc.

const float_denorm_style std::numeric_limits< float >::has_denorm = denorm_absent [static]
 

Definition at line 284 of file limits_generic.cc.

const bool std::numeric_limits< float >::has_denorm_loss = false [static]
 

Definition at line 285 of file limits_generic.cc.

const bool std::numeric_limits< float >::has_infinity = false [static]
 

Definition at line 281 of file limits_generic.cc.

const bool std::numeric_limits< float >::has_quiet_NaN = false [static]
 

Definition at line 282 of file limits_generic.cc.

const bool std::numeric_limits< float >::has_signaling_NaN = false [static]
 

Definition at line 283 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_bounded = true [static]
 

Definition at line 287 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_exact = false [static]
 

Definition at line 275 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_iec559 = false [static]
 

Definition at line 286 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_integer = false [static]
 

Definition at line 274 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_modulo = false [static]
 

Definition at line 288 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_signed = true [static]
 

Definition at line 273 of file limits_generic.cc.

const bool std::numeric_limits< float >::is_specialized = true [static]
 

Definition at line 270 of file limits_generic.cc.

const int std::numeric_limits< float >::max_exponent = FLT_MAX_EXP [static]
 

Definition at line 279 of file limits_generic.cc.

const int std::numeric_limits< float >::max_exponent10 = FLT_MAX_10_EXP [static]
 

Definition at line 280 of file limits_generic.cc.

const int std::numeric_limits< float >::min_exponent = FLT_MIN_EXP [static]
 

Definition at line 277 of file limits_generic.cc.

const int std::numeric_limits< float >::min_exponent10 = FLT_MIN_10_EXP [static]
 

Definition at line 278 of file limits_generic.cc.

const int std::numeric_limits< float >::radix = FLT_RADIX [static]
 

Definition at line 276 of file limits_generic.cc.

const float_round_style std::numeric_limits< float >::round_style = round_toward_zero [static]
 

Definition at line 291 of file limits_generic.cc.

const bool std::numeric_limits< float >::tinyness_before = false [static]
 

Definition at line 290 of file limits_generic.cc.

const bool std::numeric_limits< float >::traps = false [static]
 

Definition at line 289 of file limits_generic.cc.


The documentation for this struct was generated from the following files:
Generated on Mon Apr 8 03:19:16 2002 for libstdc++-v3 Source by doxygen1.2.15