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 ()

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

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

Definition at line 678 of file limits_generic.h.

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

Definition at line 656 of file limits_generic.h.

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

Definition at line 672 of file limits_generic.h.

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

Definition at line 647 of file limits_generic.h.

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

Definition at line 645 of file limits_generic.h.

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

Definition at line 674 of file limits_generic.h.

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

Definition at line 658 of file limits_generic.h.

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

Definition at line 676 of file limits_generic.h.


Member Data Documentation

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

Definition at line 650 of file limits_generic.h.

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

Definition at line 651 of file limits_generic.h.

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

Definition at line 669 of file limits_generic.h.

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

Definition at line 670 of file limits_generic.h.

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

Definition at line 666 of file limits_generic.h.

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

Definition at line 667 of file limits_generic.h.

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

Definition at line 668 of file limits_generic.h.

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

Definition at line 682 of file limits_generic.h.

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

Definition at line 654 of file limits_generic.h.

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

Definition at line 681 of file limits_generic.h.

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

Definition at line 653 of file limits_generic.h.

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

Definition at line 683 of file limits_generic.h.

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

Definition at line 652 of file limits_generic.h.

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

Definition at line 643 of file limits_generic.h.

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

Definition at line 663 of file limits_generic.h.

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

Definition at line 664 of file limits_generic.h.

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

Definition at line 661 of file limits_generic.h.

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

Definition at line 662 of file limits_generic.h.

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

Definition at line 655 of file limits_generic.h.

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

Definition at line 687 of file limits_generic.h.

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

Definition at line 686 of file limits_generic.h.

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

Definition at line 685 of file limits_generic.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:25 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001