template <>

class numeric_limits

Defined at line 520 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

Public Members

static const bool is_specialized
static const bool is_signed
static const bool is_integer
static const bool is_exact
static const bool has_infinity
static const bool has_quiet_NaN
static const bool has_signaling_NaN
static float_denorm_style has_denorm
static const bool has_denorm_loss
static float_round_style round_style
static const bool is_iec559
static const bool is_bounded
static const bool is_modulo
static const int digits
static const int digits10
static const int max_digits10
static const int radix
static const int min_exponent
static const int min_exponent10
static const int max_exponent
static const int max_exponent10
static const bool traps
static const bool tinyness_before

Public Methods

absl::int128 min ()

Defined at line 553 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 lowest ()

Defined at line 554 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 max ()

Defined at line 555 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 epsilon ()

Defined at line 556 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 round_error ()

Defined at line 557 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 infinity ()

Defined at line 558 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 quiet_NaN ()

Defined at line 559 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 signaling_NaN ()

Defined at line 560 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h

absl::int128 denorm_min ()

Defined at line 561 of file ../../third_party/abseil-cpp/src/absl/numeric/int128.h