PPL  1.2
std::numeric_limits< mpq_class > Class Template Reference

Specialization of std::numeric_limits. More...

#include <mp_std_bits_defs.hh>

Inheritance diagram for std::numeric_limits< mpq_class >:

Static Public Member Functions

static Type min ()
 
static Type max ()
 
static Type epsilon ()
 
static Type round_error ()
 
static Type infinity ()
 
static Type quiet_NaN ()
 
static Type denorm_min ()
 

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = 0
 
static const int digits10 = 0
 
static const bool is_signed = true
 
static const bool is_integer = false
 
static const bool is_exact = true
 
static const int radix = 2
 
static const int min_exponent = 0
 
static const int min_exponent10 = 0
 
static const int max_exponent = 0
 
static const int max_exponent10 = 0
 
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 = false
 
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
 

Private Types

typedef mpq_class Type
 

Detailed Description

template<>
class std::numeric_limits< mpq_class >

Specialization of std::numeric_limits.

Definition at line 111 of file mp_std_bits_defs.hh.

Member Typedef Documentation

typedef mpq_class std::numeric_limits< mpq_class >::Type
private

Definition at line 113 of file mp_std_bits_defs.hh.

Member Function Documentation

static Type std::numeric_limits< mpq_class >::denorm_min ( )
inlinestatic

Definition at line 163 of file mp_std_bits_defs.hh.

163  {
164  return static_cast<Type>(0);
165  }
static Type std::numeric_limits< mpq_class >::epsilon ( )
inlinestatic

Definition at line 147 of file mp_std_bits_defs.hh.

147  {
148  return static_cast<Type>(0);
149  }
static Type std::numeric_limits< mpq_class >::infinity ( )
inlinestatic

Definition at line 155 of file mp_std_bits_defs.hh.

155  {
156  return static_cast<Type>(0);
157  }
static Type std::numeric_limits< mpq_class >::max ( )
inlinestatic

Definition at line 143 of file mp_std_bits_defs.hh.

143  {
144  return static_cast<Type>(0);
145  }
static Type std::numeric_limits< mpq_class >::min ( )
inlinestatic

Definition at line 139 of file mp_std_bits_defs.hh.

139  {
140  return static_cast<Type>(0);
141  }
static Type std::numeric_limits< mpq_class >::quiet_NaN ( )
inlinestatic

Definition at line 159 of file mp_std_bits_defs.hh.

159  {
160  return static_cast<Type>(0);
161  }
static Type std::numeric_limits< mpq_class >::round_error ( )
inlinestatic

Definition at line 151 of file mp_std_bits_defs.hh.

151  {
152  return static_cast<Type>(0);
153  }

Member Data Documentation

const int std::numeric_limits< mpq_class >::digits = 0
static

Definition at line 117 of file mp_std_bits_defs.hh.

const int std::numeric_limits< mpq_class >::digits10 = 0
static

Definition at line 118 of file mp_std_bits_defs.hh.

const std::float_denorm_style std::numeric_limits< mpq_class >::has_denorm = denorm_absent
static

Definition at line 130 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::has_denorm_loss = false
static

Definition at line 131 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::has_infinity = false
static

Definition at line 127 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::has_quiet_NaN = false
static

Definition at line 128 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::has_signaling_NaN = false
static

Definition at line 129 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_bounded = false
static

Definition at line 133 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_exact = true
static

Definition at line 121 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_iec559 = false
static

Definition at line 132 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_integer = false
static

Definition at line 120 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_modulo = false
static

Definition at line 134 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_signed = true
static

Definition at line 119 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::is_specialized = true
static

Definition at line 116 of file mp_std_bits_defs.hh.

const int std::numeric_limits< mpq_class >::max_exponent = 0
static

Definition at line 125 of file mp_std_bits_defs.hh.

const int std::numeric_limits< mpq_class >::max_exponent10 = 0
static

Definition at line 126 of file mp_std_bits_defs.hh.

const int std::numeric_limits< mpq_class >::min_exponent = 0
static

Definition at line 123 of file mp_std_bits_defs.hh.

const int std::numeric_limits< mpq_class >::min_exponent10 = 0
static

Definition at line 124 of file mp_std_bits_defs.hh.

const int std::numeric_limits< mpq_class >::radix = 2
static

Definition at line 122 of file mp_std_bits_defs.hh.

const std::float_round_style std::numeric_limits< mpq_class >::round_style = round_toward_zero
static

Definition at line 137 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::tinyness_before = false
static

Definition at line 136 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpq_class >::traps = false
static

Definition at line 135 of file mp_std_bits_defs.hh.


The documentation for this class was generated from the following files: