|
inlineconstexpr |
Computes the the greatest value less than the square root of eve::valmax.
Callable object computing the greatest value less than the square root of the greatest value.
Defined in Header
Parameters
x
: Type wrapper instance embedding the type of the constant.Return value
The call eve::sqrtvalmax(as<T>())
is the greatest number of the type whose square is less or equal to eve::valmax(as<T>())
.
Required header: #include <eve/module/core.hpp>
Member | Effect |
---|---|
operator() | Computes the sqrtvalmax constant |
Parameters
t
: Type wrapper instance embedding the type of the constant.
Return value
the call eve::sqrtvalmax(as<T>())
is the greatest number of the type, the square of which is less or equal to eve::valmax(as<T>())
.