|
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 floatT(4.94066e-324) if eve::element_type_t<T> is double