#include <eve/module/core.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf0 = " << wf0 << "\n";
std::cout <<
"-> modf(wf0) = " <<
eve::modf(wf0) <<
"\n";
std::cout <<
"-> modf[raw](wf0) = " <<
eve::modf[eve::raw](wf0) <<
"\n";
std::cout <<
"-> modf[pedantic](wf0) = " <<
eve::modf[eve::pedantic](wf0) <<
"\n";
std::cout <<
"-> modf[almost](wf0) = " <<
eve::modf[eve::almost](wf0) <<
"\n";
}
constexpr auto nan
Computes the IEEE quiet NaN constant.
Definition nan.hpp:67
constexpr auto inf
Computes the infinity ieee value.
Definition inf.hpp:66
constexpr auto prev
Computes the nth previous representable element.
Definition prev.hpp:100
Lightweight type-wrapper.
Definition as.hpp:29
Wrapper for SIMD registers.
Definition wide.hpp:70