std::numeric_limits<T>::min_exponent From cppreference.com <cpp |types |numeric limits Basic types Fixed width integer types(C++11) Fixed width floating-point types(C++23) ptrdiff_t size_t max_align_t (C++11) Numeric limits ...
rel_ops::operator<=rel_ops::operator>= Integer comparison functions cmp_equalcmp_lesscmp_less_than (C++20)(C++20)(C++20) cmp_not_equalcmp_greatercmp_greater_than (C++20)(C++20)(C++20) in_range (C++20) Swap and type operations swap ranges::swap (C++20) exchange (C++14) declval (...
<cpp |types |numeric limits The value ofstd::numeric_limits<T>::max_exponentis the largest positive numbernsuch thatrn-1 , whererisstd::numeric_limits<T>::radix, is a representable finite value of the floating-point typeT. ...
std::numeric_limits<T>::max_exponent10 From cppreference.com <cpp |types |numeric limits The value ofstd::numeric_limits<T>::max_exponent10is the largest positive numbernsuch that10n is a representable finite value of the floating-point typeT. ...