Whole document tree
    

Whole document tree

Templatestd::numeric_limits< long double > struct Reference
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

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 ()
long double min () throw ()
long double max () throw ()
long double epsilon () throw ()
long double round_error () throw ()
long double infinity () throw ()
long double quiet_NaN () throw ()
long double signaling_NaN () throw ()
long double denorm_min () throw ()

Static Public Attributes

const bool is_specialized = true
const int digits = LDBL_MANT_DIG
const int digits10 = LDBL_DIG
const bool is_signed = true
const bool is_integer = false
const bool is_exact = false
const int radix = 2
const int min_exponent = LDBL_MIN_EXP
const int min_exponent10 = LDBL_MIN_10_EXP
const int max_exponent = LDBL_MAX_EXP
const int max_exponent10 = LDBL_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< long double >


Member Function Documentation

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

Definition at line 1941 of file std_limits.h.

References __glibcpp_long_double_denorm_min.

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

Definition at line 814 of file limits_generic.h.

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

Definition at line 1916 of file std_limits.h.

References __glibcpp_long_double_epsilon.

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

Definition at line 792 of file limits_generic.h.

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

Definition at line 1935 of file std_limits.h.

References __glibcpp_long_double_infinity.

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

Definition at line 808 of file limits_generic.h.

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

Definition at line 1907 of file std_limits.h.

References __glibcpp_long_double_max.

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

Definition at line 783 of file limits_generic.h.

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

Definition at line 1905 of file std_limits.h.

References __glibcpp_long_double_min.

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

Definition at line 781 of file limits_generic.h.

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

Definition at line 1937 of file std_limits.h.

References __glibcpp_long_double_quiet_NaN.

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

Definition at line 810 of file limits_generic.h.

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

Definition at line 1918 of file std_limits.h.

References __glibcpp_long_double_round_error.

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

Definition at line 794 of file limits_generic.h.

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

Definition at line 1939 of file std_limits.h.

References __glibcpp_long_double_signaling_NaN.

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

Definition at line 812 of file limits_generic.h.


Member Data Documentation

const int std::numeric_limits< long double >::digits = LDBL_MANT_DIG [static]
 

Definition at line 317 of file limits_generic.cc.

const int std::numeric_limits< long double >::digits10 = LDBL_DIG [static]
 

Definition at line 318 of file limits_generic.cc.

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

Definition at line 330 of file limits_generic.cc.

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

Definition at line 331 of file limits_generic.cc.

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

Definition at line 327 of file limits_generic.cc.

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

Definition at line 328 of file limits_generic.cc.

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

Definition at line 329 of file limits_generic.cc.

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

Definition at line 333 of file limits_generic.cc.

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

Definition at line 321 of file limits_generic.cc.

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

Definition at line 332 of file limits_generic.cc.

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

Definition at line 320 of file limits_generic.cc.

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

Definition at line 334 of file limits_generic.cc.

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

Definition at line 319 of file limits_generic.cc.

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

Definition at line 316 of file limits_generic.cc.

const int std::numeric_limits< long double >::max_exponent = LDBL_MAX_EXP [static]
 

Definition at line 325 of file limits_generic.cc.

const int std::numeric_limits< long double >::max_exponent10 = LDBL_MAX_10_EXP [static]
 

Definition at line 326 of file limits_generic.cc.

const int std::numeric_limits< long double >::min_exponent = LDBL_MIN_EXP [static]
 

Definition at line 323 of file limits_generic.cc.

const int std::numeric_limits< long double >::min_exponent10 = LDBL_MIN_10_EXP [static]
 

Definition at line 324 of file limits_generic.cc.

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

Definition at line 322 of file limits_generic.cc.

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

Definition at line 337 of file limits_generic.cc.

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

Definition at line 336 of file limits_generic.cc.

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

Definition at line 335 of file limits_generic.cc.


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