HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes
std::numeric_limits< hi::bigint< DigitType, NumDigits, IsSigned > > Struct Template Reference

Public Types

using value_type = hi::bigint<DigitType, NumDigits, IsSigned>
 

Static Public Member Functions

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

Static Public Attributes

static constexpr bool is_specialized = true
 
static constexpr bool is_signed = IsSigned
 
static constexpr bool is_integer = true
 
static constexpr bool is_exact = true
 
static constexpr bool has_infinity = false
 
static constexpr bool has_quiet_NaN = false
 
static constexpr bool has_signaling_NaN = false
 
static constexpr float_round_style round_style = std::round_toward_zero
 
static constexpr bool is_iec559 = false
 
static constexpr bool is_bounded = true
 
static constexpr bool is_modulo = true
 
static constexpr int digits = std::numeric_limits<DigitType>::digits * NumDigits
 
static constexpr int digits10 = std::numeric_limits<DigitType>::digits10 * NumDigits
 
static constexpr int max_digits10 = 0
 
static constexpr int min_exponent = 0
 
static constexpr int min_exponent10 = 0
 
static constexpr int max_exponent = 0
 
static constexpr int max_exponent10 = 0
 
static constexpr bool traps = std::numeric_limits<DigitType>::traps
 
static constexpr bool tinyness_before = false
 

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