template <>
class numeric_limits
Defined at line 262 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::uint128 min ()
Defined at line 293 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 lowest ()
Defined at line 294 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 max ()
Defined at line 295 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 epsilon ()
Defined at line 296 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 round_error ()
Defined at line 297 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 infinity ()
Defined at line 298 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 quiet_NaN ()
Defined at line 299 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 signaling_NaN ()
Defined at line 300 of file ../../third_party/abseil-cpp/absl/numeric/int128.h
absl::uint128 denorm_min ()
Defined at line 301 of file ../../third_party/abseil-cpp/absl/numeric/int128.h