#include <eve/module/core.hpp>
#include <iostream>
#include <iomanip>
int main()
{
std::cout << "<- wf0 = " << wf0 << "\n";
std::cout << "<- wf1 = " << wf1 << "\n";
std::cout << std::setprecision(15);
std::cout << double(d) << " + " << double(e) << std::endl;
std::cout << double(e)+double(d) << std::endl;
std::cout << 1.0/3.0 << std::endl;
std::cout << 1.0f/3.0f << std::endl;
std::cout << 1.0/3.0 - (double(e)+double(d))<< std::endl;
}
constexpr auto eps
Computes a constant to the machine epsilon.
Definition eps.hpp:74
Lightweight type-wrapper.
Definition as.hpp:29
Wrapper for SIMD registers.
Definition wide.hpp:94