|
inlineconstexpr |
Computes the -infinity ieee value.
Callable object computing the negative infinity value.
Defined in Header
Parameters
x : Type wrapper instance embedding the type of the constant.Return value
The call eve::minf(as<T>()) is semantically equivalent to T(-std::numeric_limits<eve::element_type_t<T>>::infinity())
Required header: #include <eve/module/core.hpp>
| Member | Effect |
|---|---|
operator() | Computes the minf constant |
Parameters
t: Type wrapper instance embedding the type of the constant.
Return value
the call eve::minf(as<T>()) is semantically equivalent to T(-std::numeric_limits<t_t>::infinity())