Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< double > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

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

Static Public Attributes

const bool is_specialized = true
const int digits = DBL_MANT_DIG
const int digits10 = DBL_DIG
const bool is_signed = true
const bool is_integer = false
const bool is_exact = false
const int radix = 2
const int min_exponent = DBL_MIN_EXP
const int min_exponent10 = DBL_MIN_10_EXP
const int max_exponent = DBL_MAX_EXP
const int max_exponent10 = DBL_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< double >


Member Function Documentation

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

Definition at line 726 of file limits_generic.h.

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

Definition at line 704 of file limits_generic.h.

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

Definition at line 720 of file limits_generic.h.

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

Definition at line 695 of file limits_generic.h.

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

Definition at line 693 of file limits_generic.h.

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

Definition at line 722 of file limits_generic.h.

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

Definition at line 706 of file limits_generic.h.

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

Definition at line 724 of file limits_generic.h.


Member Data Documentation

template<>
const int std::numeric_limits< double >::digits = DBL_MANT_DIG [static]
 

Definition at line 698 of file limits_generic.h.

template<>
const int std::numeric_limits< double >::digits10 = DBL_DIG [static]
 

Definition at line 699 of file limits_generic.h.

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

Definition at line 717 of file limits_generic.h.

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

Definition at line 718 of file limits_generic.h.

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

Definition at line 714 of file limits_generic.h.

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

Definition at line 715 of file limits_generic.h.

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

Definition at line 716 of file limits_generic.h.

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

Definition at line 730 of file limits_generic.h.

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

Definition at line 702 of file limits_generic.h.

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

Definition at line 729 of file limits_generic.h.

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

Definition at line 701 of file limits_generic.h.

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

Definition at line 731 of file limits_generic.h.

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

Definition at line 700 of file limits_generic.h.

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

Definition at line 691 of file limits_generic.h.

template<>
const int std::numeric_limits< double >::max_exponent = DBL_MAX_EXP [static]
 

Definition at line 711 of file limits_generic.h.

template<>
const int std::numeric_limits< double >::max_exponent10 = DBL_MAX_10_EXP [static]
 

Definition at line 712 of file limits_generic.h.

template<>
const int std::numeric_limits< double >::min_exponent = DBL_MIN_EXP [static]
 

Definition at line 709 of file limits_generic.h.

template<>
const int std::numeric_limits< double >::min_exponent10 = DBL_MIN_10_EXP [static]
 

Definition at line 710 of file limits_generic.h.

template<>
const int std::numeric_limits< double >::radix = 2 [static]
 

Definition at line 703 of file limits_generic.h.

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

Definition at line 735 of file limits_generic.h.

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

Definition at line 734 of file limits_generic.h.

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

Definition at line 733 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