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

std::numeric_limits< long double > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods


Static Public Attributes

template<> struct std::numeric_limits< long double >


Member Function Documentation

double min ( ) throw () [inline, static]
 

double max ( ) throw () [inline, static]
 

double epsilon ( ) throw () [inline, static]
 

double round_error ( ) throw () [inline, static]
 

double infinity ( ) throw () [inline, static]
 

double quiet_NaN ( ) throw () [inline, static]
 

double signaling_NaN ( ) throw () [inline, static]
 

double denorm_min ( ) throw () [inline, static]
 


Member Data Documentation

const bool is_specialized = true [static]
 

const int digits = LDBL_MANT_DIG [static]
 

const int digits10 = LDBL_DIG [static]
 

const bool is_signed = true [static]
 

const bool is_integer = false [static]
 

const bool is_exact = false [static]
 

const int radix = 2 [static]
 

const int min_exponent = LDBL_MIN_EXP [static]
 

const int min_exponent10 = LDBL_MIN_10_EXP [static]
 

const int max_exponent = LDBL_MAX_EXP [static]
 

const int max_exponent10 = LDBL_MAX_10_EXP [static]
 

const bool has_infinity = false [static]
 

const bool has_quiet_NaN = false [static]
 

const bool has_signaling_NaN = false [static]
 

const float_denorm_style has_denorm = denorm_absent [static]
 

const bool has_denorm_loss = false [static]
 

const bool is_iec559 = false [static]
 

const bool is_bounded = true [static]
 

const bool is_modulo = false [static]
 

const bool traps = false [static]
 

const bool tinyness_before = false [static]
 

const float_round_style round_style = round_toward_zero [static]
 


The documentation for this struct was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001