Returns a logical true if and only if the element value is a floating value not representing an integer.
{
template< eve::floating_value T >
}
constexpr callable_is_not_flint_ is_not_flint
Returns a logical true if and only if the element value is a floating value not representing an integ...
Definition: is_not_flint.hpp:66
Definition: all_of.hpp:22
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>
int main()
{
std::cout << "---- simd" << '\n'
<< "<- pf = " << pf << '\n'
float xf = 1.0f;
std::cout << "---- scalar" << '\n'
<< "<- xf = " << xf << '\n'
return 0;
}
constexpr callable_valmax_ valmax
Computes the the greatest representable value.
Definition: valmax.hpp:55
constexpr callable_maxflint_ maxflint
Computes the the greatest floating point representing an integer and such that n !...
Definition: maxflint.hpp:59
constexpr callable_nan_ nan
Computes the IEEE NaN constant.
Definition: nan.hpp:53
constexpr callable_inf_ inf
Computes the infinity ieee value.
Definition: inf.hpp:58
constexpr pedantic_type const pedantic
Higher-order Callable Object imbuing more standard semantic onto other Callable Objects.
Definition: pedantic.hpp:56
Lightweight type-wrapper.
Definition: as.hpp:29
Wrapper for SIMD registers.
Definition: wide.hpp:65