<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
std::numeric_limits< __float128 > Struct Reference

Static Public Member Functions

static constexpr __float128 denorm_min () noexcept
 
static constexpr __float128 epsilon () noexcept
 
static constexpr __float128 infinity () noexcept
 
static constexpr __float128 lowest () noexcept
 
static constexpr __float128 max () noexcept
 
static constexpr __float128 min () noexcept
 
static __float128 quiet_NaN () noexcept
 
static constexpr __float128 round_error () noexcept
 

Static Public Attributes

static constexpr int digits = FLT128_MANT_DIG
 
static constexpr int digits10 = FLT128_DIG
 
static constexpr float_denorm_style has_denorm = denorm_present
 
static constexpr bool has_denorm_loss = false
 
static constexpr bool has_infinity = true
 
static constexpr bool has_quiet_NaN = true
 
static constexpr bool is_bounded = true
 
static constexpr bool is_exact = false
 
static constexpr bool is_integer = false
 
static constexpr bool is_modulo = false
 
static constexpr bool is_signed = true
 
static constexpr bool is_specialized = true
 
static constexpr int max_digits10 = (2 + FLT128_MANT_DIG * 643L / 2136)
 
static constexpr int max_exponent = FLT128_MAX_EXP
 
static constexpr int max_exponent10 = FLT128_MAX_10_EXP
 
static constexpr int min_exponent = FLT128_MIN_EXP
 
static constexpr int min_exponent10 = FLT128_MIN_10_EXP
 
static constexpr int radix = 2
 
static constexpr float_round_style round_style = round_to_nearest
 

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