cartobase  5.0.5
std::numeric_limits< long double > Struct Template Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_long_double_digits
 
static const int digits10 = __glibcpp_long_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_long_double_radix
 
static const int min_exponent = __glibcpp_long_double_min_exponent
 
static const int min_exponent10 = __glibcpp_long_double_min_exponent10
 
static const int max_exponent = __glibcpp_long_double_max_exponent
 
static const int max_exponent10 = __glibcpp_long_double_max_exponent10
 
static const bool has_infinity = __glibcpp_long_double_has_infinity
 
static const bool has_quiet_NaN = __glibcpp_long_double_has_quiet_NaN
 
static const bool has_signaling_NaN
 
static const float_denorm_style has_denorm
 
static const bool has_denorm_loss
 
static const bool is_iec559 = __glibcpp_long_double_is_iec559
 
static const bool is_bounded = __glibcpp_long_double_is_bounded
 
static const bool is_modulo = __glibcpp_long_double_is_modulo
 
static const bool traps = __glibcpp_long_double_traps
 
static const bool tinyness_before = __glibcpp_long_double_tinyness_before
 
static const float_round_style round_style
 

Detailed Description

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

Definition at line 1894 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

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

Definition at line 1934 of file limits_gcc3.h.

References __glibcpp_long_double_denorm_min.

◆ epsilon()

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

Definition at line 1909 of file limits_gcc3.h.

◆ infinity()

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

Definition at line 1928 of file limits_gcc3.h.

References __glibcpp_long_double_infinity.

◆ max()

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

Definition at line 1900 of file limits_gcc3.h.

◆ min()

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

Definition at line 1898 of file limits_gcc3.h.

◆ quiet_NaN()

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

Definition at line 1930 of file limits_gcc3.h.

References __glibcpp_long_double_quiet_NaN.

◆ round_error()

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

Definition at line 1911 of file limits_gcc3.h.

◆ signaling_NaN()

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

Definition at line 1932 of file limits_gcc3.h.

References __glibcpp_long_double_signaling_NaN.

Member Data Documentation

◆ digits

const int std::numeric_limits< long double >::digits = __glibcpp_long_double_digits
static

Definition at line 1903 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< long double >::digits10 = __glibcpp_long_double_digits10
static

Definition at line 1904 of file limits_gcc3.h.

◆ has_denorm

const float_denorm_style std::numeric_limits< long double >::has_denorm
static
Initial value:

Definition at line 1923 of file limits_gcc3.h.

◆ has_denorm_loss

const bool std::numeric_limits< long double >::has_denorm_loss
static
Initial value:

Definition at line 1925 of file limits_gcc3.h.

◆ has_infinity

const bool std::numeric_limits< long double >::has_infinity = __glibcpp_long_double_has_infinity
static

Definition at line 1919 of file limits_gcc3.h.

◆ has_quiet_NaN

const bool std::numeric_limits< long double >::has_quiet_NaN = __glibcpp_long_double_has_quiet_NaN
static

Definition at line 1920 of file limits_gcc3.h.

◆ has_signaling_NaN

const bool std::numeric_limits< long double >::has_signaling_NaN
static
Initial value:

Definition at line 1921 of file limits_gcc3.h.

◆ is_bounded

const bool std::numeric_limits< long double >::is_bounded = __glibcpp_long_double_is_bounded
static

Definition at line 1938 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1907 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< long double >::is_iec559 = __glibcpp_long_double_is_iec559
static

Definition at line 1937 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1906 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< long double >::is_modulo = __glibcpp_long_double_is_modulo
static

Definition at line 1939 of file limits_gcc3.h.

◆ is_signed

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

Definition at line 1905 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1896 of file limits_gcc3.h.

◆ max_exponent

const int std::numeric_limits< long double >::max_exponent = __glibcpp_long_double_max_exponent
static

Definition at line 1916 of file limits_gcc3.h.

◆ max_exponent10

const int std::numeric_limits< long double >::max_exponent10 = __glibcpp_long_double_max_exponent10
static

Definition at line 1917 of file limits_gcc3.h.

◆ min_exponent

const int std::numeric_limits< long double >::min_exponent = __glibcpp_long_double_min_exponent
static

Definition at line 1914 of file limits_gcc3.h.

◆ min_exponent10

const int std::numeric_limits< long double >::min_exponent10 = __glibcpp_long_double_min_exponent10
static

Definition at line 1915 of file limits_gcc3.h.

◆ radix

const int std::numeric_limits< long double >::radix = __glibcpp_long_double_radix
static

Definition at line 1908 of file limits_gcc3.h.

◆ round_style

const float_round_style std::numeric_limits< long double >::round_style
static
Initial value:

Definition at line 1943 of file limits_gcc3.h.

◆ tinyness_before

const bool std::numeric_limits< long double >::tinyness_before = __glibcpp_long_double_tinyness_before
static

Definition at line 1942 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< long double >::traps = __glibcpp_long_double_traps
static

Definition at line 1941 of file limits_gcc3.h.


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