cartobase 6.0.6
std::numeric_limits< double > Struct Reference

#include <cartobase/type/limits_gcc3.h>

Inheritance diagram for std::numeric_limits< double >:
Collaboration diagram for std::numeric_limits< double >:

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_double_digits
 
static const int digits10 = __glibcpp_double_digits10
 
static const bool is_signed = true
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = __glibcpp_double_radix
 
static const int min_exponent = __glibcpp_double_min_exponent
 
static const int min_exponent10 = __glibcpp_double_min_exponent10
 
static const int max_exponent = __glibcpp_double_max_exponent
 
static const int max_exponent10 = __glibcpp_double_max_exponent10
 
static const bool has_infinity = __glibcpp_double_has_infinity
 
static const bool has_quiet_NaN = __glibcpp_double_has_quiet_NaN
 
static const bool has_signaling_NaN = __glibcpp_double_has_signaling_NaN
 
static const float_denorm_style has_denorm
 
static const bool has_denorm_loss = __glibcpp_double_has_denorm_loss
 
static const bool is_iec559 = __glibcpp_double_is_iec559
 
static const bool is_bounded = __glibcpp_double_is_bounded
 
static const bool is_modulo = __glibcpp_double_is_modulo
 
static const bool traps = __glibcpp_double_traps
 
static const bool tinyness_before = __glibcpp_double_tinyness_before
 
static const float_round_style round_style
 
- Static Public Attributes inherited from std::__numeric_limits_base
static const bool is_specialized = false
 
static const int digits = 0
 
static const int digits10 = 0
 
static const bool is_signed = false
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = 0
 
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
 

Detailed Description

Definition at line 1815 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min() [1/2]

static double std::numeric_limits< double >::denorm_min ( )
throw ( )
inlinestatic

Definition at line 998 of file limits_gcc3.h.

◆ denorm_min() [2/2]

static double std::numeric_limits< double >::denorm_min ( )
throw ( )
inlinestatic

Definition at line 1853 of file limits_gcc3.h.

References __glibcpp_double_denorm_min.

◆ epsilon() [1/2]

static double std::numeric_limits< double >::epsilon ( )
throw ( )
inlinestatic

Definition at line 993 of file limits_gcc3.h.

◆ epsilon() [2/2]

static double std::numeric_limits< double >::epsilon ( )
throw ( )
inlinestatic

Definition at line 1830 of file limits_gcc3.h.

◆ infinity() [1/2]

static double std::numeric_limits< double >::infinity ( )
throw ( )
inlinestatic

Definition at line 995 of file limits_gcc3.h.

◆ infinity() [2/2]

static double std::numeric_limits< double >::infinity ( )
throw ( )
inlinestatic

Definition at line 1847 of file limits_gcc3.h.

References __glibcpp_double_infinity.

◆ max() [1/2]

static double std::numeric_limits< double >::max ( )
throw ( )
inlinestatic

Definition at line 992 of file limits_gcc3.h.

◆ max() [2/2]

static double std::numeric_limits< double >::max ( )
throw ( )
inlinestatic

Definition at line 1821 of file limits_gcc3.h.

◆ min() [1/2]

static double std::numeric_limits< double >::min ( )
throw ( )
inlinestatic

Definition at line 991 of file limits_gcc3.h.

◆ min() [2/2]

static double std::numeric_limits< double >::min ( )
throw ( )
inlinestatic

Definition at line 1819 of file limits_gcc3.h.

◆ quiet_NaN() [1/2]

static double std::numeric_limits< double >::quiet_NaN ( )
throw ( )
inlinestatic

Definition at line 996 of file limits_gcc3.h.

◆ quiet_NaN() [2/2]

static double std::numeric_limits< double >::quiet_NaN ( )
throw ( )
inlinestatic

Definition at line 1849 of file limits_gcc3.h.

References __glibcpp_double_quiet_NaN.

◆ round_error() [1/2]

static double std::numeric_limits< double >::round_error ( )
throw ( )
inlinestatic

Definition at line 994 of file limits_gcc3.h.

◆ round_error() [2/2]

static double std::numeric_limits< double >::round_error ( )
throw ( )
inlinestatic

Definition at line 1832 of file limits_gcc3.h.

◆ signaling_NaN() [1/2]

static double std::numeric_limits< double >::signaling_NaN ( )
throw ( )
inlinestatic

Definition at line 997 of file limits_gcc3.h.

◆ signaling_NaN() [2/2]

static double std::numeric_limits< double >::signaling_NaN ( )
throw ( )
inlinestatic

Definition at line 1851 of file limits_gcc3.h.

References __glibcpp_double_signaling_NaN.

Member Data Documentation

◆ digits

const int std::numeric_limits< double >::digits = __glibcpp_double_digits
static

Definition at line 1824 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< double >::digits10 = __glibcpp_double_digits10
static

Definition at line 1825 of file limits_gcc3.h.

◆ has_denorm

const float_denorm_style std::numeric_limits< double >::has_denorm
static
Initial value:
=
#define __glibcpp_double_has_denorm

Definition at line 1843 of file limits_gcc3.h.

◆ has_denorm_loss

const bool std::numeric_limits< double >::has_denorm_loss = __glibcpp_double_has_denorm_loss
static

Definition at line 1845 of file limits_gcc3.h.

◆ has_infinity

const bool std::numeric_limits< double >::has_infinity = __glibcpp_double_has_infinity
static

Definition at line 1840 of file limits_gcc3.h.

◆ has_quiet_NaN

const bool std::numeric_limits< double >::has_quiet_NaN = __glibcpp_double_has_quiet_NaN
static

Definition at line 1841 of file limits_gcc3.h.

◆ has_signaling_NaN

const bool std::numeric_limits< double >::has_signaling_NaN = __glibcpp_double_has_signaling_NaN
static

Definition at line 1842 of file limits_gcc3.h.

◆ is_bounded

const bool std::numeric_limits< double >::is_bounded = __glibcpp_double_is_bounded
static

Definition at line 1857 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1828 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< double >::is_iec559 = __glibcpp_double_is_iec559
static

Definition at line 1856 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1827 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< double >::is_modulo = __glibcpp_double_is_modulo
static

Definition at line 1858 of file limits_gcc3.h.

◆ is_signed

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

Definition at line 1826 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1817 of file limits_gcc3.h.

◆ max_exponent

const int std::numeric_limits< double >::max_exponent = __glibcpp_double_max_exponent
static

Definition at line 1837 of file limits_gcc3.h.

◆ max_exponent10

const int std::numeric_limits< double >::max_exponent10 = __glibcpp_double_max_exponent10
static

Definition at line 1838 of file limits_gcc3.h.

◆ min_exponent

const int std::numeric_limits< double >::min_exponent = __glibcpp_double_min_exponent
static

Definition at line 1835 of file limits_gcc3.h.

◆ min_exponent10

const int std::numeric_limits< double >::min_exponent10 = __glibcpp_double_min_exponent10
static

Definition at line 1836 of file limits_gcc3.h.

◆ radix

const int std::numeric_limits< double >::radix = __glibcpp_double_radix
static

Definition at line 1829 of file limits_gcc3.h.

◆ round_style

const float_round_style std::numeric_limits< double >::round_style
static
Initial value:
=
#define __glibcpp_double_round_style

Definition at line 1862 of file limits_gcc3.h.

◆ tinyness_before

const bool std::numeric_limits< double >::tinyness_before = __glibcpp_double_tinyness_before
static

Definition at line 1861 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< double >::traps = __glibcpp_double_traps
static

Definition at line 1860 of file limits_gcc3.h.


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