template <>
class numeric_limits
Defined at line 505 of file ../../third_party/abseil-cpp/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 536 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 lowest ()
Defined at line 537 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 max ()
Defined at line 538 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 epsilon ()
Defined at line 539 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 round_error ()
Defined at line 540 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 infinity ()
Defined at line 541 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 quiet_NaN ()
Defined at line 542 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 signaling_NaN ()
Defined at line 543 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::int128 denorm_min ()
Defined at line 544 of file ../../third_party/abseil-cpp/absl/numeric/int128.h