cartobase  5.0.5
std::numeric_limits< float > Struct Template Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_float_digits
 
static const int digits10 = __glibcpp_float_digits10
 
static const bool is_signed = true
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = __glibcpp_float_radix
 
static const int min_exponent = __glibcpp_float_min_exponent
 
static const int min_exponent10 = __glibcpp_float_min_exponent10
 
static const int max_exponent = __glibcpp_float_max_exponent
 
static const int max_exponent10 = __glibcpp_float_max_exponent10
 
static const bool has_infinity = __glibcpp_float_has_infinity
 
static const bool has_quiet_NaN = __glibcpp_float_has_quiet_NaN
 
static const bool has_signaling_NaN = __glibcpp_float_has_signaling_NaN
 
static const float_denorm_style has_denorm = __glibcpp_float_has_denorm
 
static const bool has_denorm_loss = __glibcpp_float_has_denorm_loss
 
static const bool is_iec559 = __glibcpp_float_is_iec559
 
static const bool is_bounded = __glibcpp_float_is_bounded
 
static const bool is_modulo = __glibcpp_float_is_modulo
 
static const bool traps = __glibcpp_float_traps
 
static const bool tinyness_before = __glibcpp_float_tinyness_before
 
static const float_round_style round_style = __glibcpp_float_round_style
 

Detailed Description

template<>
struct std::numeric_limits< float >

Definition at line 1739 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

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

Definition at line 1776 of file limits_gcc3.h.

References __glibcpp_float_denorm_min.

◆ epsilon()

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

Definition at line 1754 of file limits_gcc3.h.

◆ infinity()

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

Definition at line 1770 of file limits_gcc3.h.

References __glibcpp_float_infinity.

◆ max()

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

Definition at line 1745 of file limits_gcc3.h.

◆ min()

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

Definition at line 1743 of file limits_gcc3.h.

◆ quiet_NaN()

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

Definition at line 1772 of file limits_gcc3.h.

References __glibcpp_float_quiet_NaN.

◆ round_error()

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

Definition at line 1756 of file limits_gcc3.h.

◆ signaling_NaN()

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

Definition at line 1774 of file limits_gcc3.h.

References __glibcpp_float_signaling_NaN.

Member Data Documentation

◆ digits

const int std::numeric_limits< float >::digits = __glibcpp_float_digits
static

Definition at line 1748 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< float >::digits10 = __glibcpp_float_digits10
static

Definition at line 1749 of file limits_gcc3.h.

◆ has_denorm

Definition at line 1767 of file limits_gcc3.h.

◆ has_denorm_loss

const bool std::numeric_limits< float >::has_denorm_loss = __glibcpp_float_has_denorm_loss
static

Definition at line 1768 of file limits_gcc3.h.

◆ has_infinity

const bool std::numeric_limits< float >::has_infinity = __glibcpp_float_has_infinity
static

Definition at line 1764 of file limits_gcc3.h.

◆ has_quiet_NaN

const bool std::numeric_limits< float >::has_quiet_NaN = __glibcpp_float_has_quiet_NaN
static

Definition at line 1765 of file limits_gcc3.h.

◆ has_signaling_NaN

const bool std::numeric_limits< float >::has_signaling_NaN = __glibcpp_float_has_signaling_NaN
static

Definition at line 1766 of file limits_gcc3.h.

◆ is_bounded

const bool std::numeric_limits< float >::is_bounded = __glibcpp_float_is_bounded
static

Definition at line 1780 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1752 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< float >::is_iec559 = __glibcpp_float_is_iec559
static

Definition at line 1779 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1751 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< float >::is_modulo = __glibcpp_float_is_modulo
static

Definition at line 1781 of file limits_gcc3.h.

◆ is_signed

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

Definition at line 1750 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1741 of file limits_gcc3.h.

◆ max_exponent

const int std::numeric_limits< float >::max_exponent = __glibcpp_float_max_exponent
static

Definition at line 1761 of file limits_gcc3.h.

◆ max_exponent10

const int std::numeric_limits< float >::max_exponent10 = __glibcpp_float_max_exponent10
static

Definition at line 1762 of file limits_gcc3.h.

◆ min_exponent

const int std::numeric_limits< float >::min_exponent = __glibcpp_float_min_exponent
static

Definition at line 1759 of file limits_gcc3.h.

◆ min_exponent10

const int std::numeric_limits< float >::min_exponent10 = __glibcpp_float_min_exponent10
static

Definition at line 1760 of file limits_gcc3.h.

◆ radix

const int std::numeric_limits< float >::radix = __glibcpp_float_radix
static

Definition at line 1753 of file limits_gcc3.h.

◆ round_style

Definition at line 1785 of file limits_gcc3.h.

◆ tinyness_before

const bool std::numeric_limits< float >::tinyness_before = __glibcpp_float_tinyness_before
static

Definition at line 1784 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< float >::traps = __glibcpp_float_traps
static

Definition at line 1783 of file limits_gcc3.h.


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