|
|
using | value_type = tt::bigint<DigitType, NumDigits, IsSigned> |
| |
|
|
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_denorm_style | has_denorm = std::denorm_absent |
| |
|
static constexpr bool | has_denorm_loss = 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 = numeric_limits<DigitType>::digits * NumDigits |
| |
|
static constexpr int | digits10 = 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 = numeric_limits<DigitType>::traps |
| |
|
static constexpr bool | tinyness_before = false |
| |
The documentation for this struct was generated from the following file: