libstdc++
std::numeric_limits< long double > Struct Template Reference

Static Public Member Functions

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

Static Public Attributes

static const int digits
 
static const int digits10
 
static const float_denorm_style has_denorm
 
static const bool has_denorm_loss
 
static const bool has_infinity
 
static const bool has_quiet_NaN
 
static const bool has_signaling_NaN
 
static const bool is_bounded
 
static const bool is_exact
 
static const bool is_iec559
 
static const bool is_integer
 
static const bool is_modulo
 
static const bool is_signed
 
static const bool is_specialized
 
static const int max_exponent
 
static const int max_exponent10
 
static const int min_exponent
 
static const int min_exponent10
 
static const int radix
 
static const float_round_style round_style
 
static const bool tinyness_before
 
static const bool traps
 

Detailed Description

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

numeric_limits<long double> specialization.

Definition at line 1192 of file limits.


The documentation for this struct was generated from the following file: