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

Specialization of std::numeric_limits. More...

#include <mp_std_bits_defs.hh>

Inheritance diagram for std::numeric_limits< mpz_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 = true
 
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 mpz_class Type
 

Detailed Description

template<>
class std::numeric_limits< mpz_class >

Specialization of std::numeric_limits.

Definition at line 50 of file mp_std_bits_defs.hh.

Member Typedef Documentation

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

Definition at line 52 of file mp_std_bits_defs.hh.

Member Function Documentation

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

Definition at line 102 of file mp_std_bits_defs.hh.

102  {
103  return static_cast<Type>(1);
104  }
static Type std::numeric_limits< mpz_class >::epsilon ( )
inlinestatic

Definition at line 86 of file mp_std_bits_defs.hh.

86  {
87  return static_cast<Type>(0);
88  }
static Type std::numeric_limits< mpz_class >::infinity ( )
inlinestatic

Definition at line 94 of file mp_std_bits_defs.hh.

94  {
95  return static_cast<Type>(0);
96  }
static Type std::numeric_limits< mpz_class >::max ( )
inlinestatic

Definition at line 82 of file mp_std_bits_defs.hh.

82  {
83  return static_cast<Type>(0);
84  }
static Type std::numeric_limits< mpz_class >::min ( )
inlinestatic

Definition at line 78 of file mp_std_bits_defs.hh.

78  {
79  return static_cast<Type>(0);
80  }
static Type std::numeric_limits< mpz_class >::quiet_NaN ( )
inlinestatic

Definition at line 98 of file mp_std_bits_defs.hh.

98  {
99  return static_cast<Type>(0);
100  }
static Type std::numeric_limits< mpz_class >::round_error ( )
inlinestatic

Definition at line 90 of file mp_std_bits_defs.hh.

90  {
91  return static_cast<Type>(0);
92  }

Member Data Documentation

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

Definition at line 56 of file mp_std_bits_defs.hh.

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

Definition at line 57 of file mp_std_bits_defs.hh.

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

Definition at line 69 of file mp_std_bits_defs.hh.

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

Definition at line 70 of file mp_std_bits_defs.hh.

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

Definition at line 66 of file mp_std_bits_defs.hh.

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

Definition at line 67 of file mp_std_bits_defs.hh.

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

Definition at line 68 of file mp_std_bits_defs.hh.

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

Definition at line 72 of file mp_std_bits_defs.hh.

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

Definition at line 60 of file mp_std_bits_defs.hh.

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

Definition at line 71 of file mp_std_bits_defs.hh.

const bool std::numeric_limits< mpz_class >::is_integer = true
static

Definition at line 59 of file mp_std_bits_defs.hh.

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

Definition at line 73 of file mp_std_bits_defs.hh.

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

Definition at line 58 of file mp_std_bits_defs.hh.

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

Definition at line 55 of file mp_std_bits_defs.hh.

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

Definition at line 64 of file mp_std_bits_defs.hh.

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

Definition at line 65 of file mp_std_bits_defs.hh.

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

Definition at line 62 of file mp_std_bits_defs.hh.

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

Definition at line 63 of file mp_std_bits_defs.hh.

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

Definition at line 61 of file mp_std_bits_defs.hh.

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

Definition at line 76 of file mp_std_bits_defs.hh.

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

Definition at line 75 of file mp_std_bits_defs.hh.

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

Definition at line 74 of file mp_std_bits_defs.hh.


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