|
inlineconstexpr |
Defined in Header
Parameters
x
: Type wrapper instance embedding the type of the constant.Return value
The call eve::mindenormal(as<T>())
is semantically equivalent to:
T(1.4013e-45f)
if eve::element_type_t<T> is float ! * T(4.94066e-324)
if eve::element_type_t<T> is double <h2 class="groupheader"> Example </h2> @include doc/core/constant/mindenormal.cpp