std::numeric_limits::has_denorm_loss (3) Linux Manual Page
std::numeric_limits<T>::has_denorm_loss – std::numeric_limits<T>::has_denorm_loss Synopsis static const bool has_denorm_loss; (until C++ 11) static constexpr bool has_denorm_loss; (since C++ 11) The value of std::numeric_limits<T>::has_denorm_loss is true for all floating-point types T that detect loss of precision when creating a subnormal number as denormalization loss rather than as inexact result (see below). Standard specializations T value of std::numeric_limits<T>::has_denorm_loss…
