#include <eve/module/core.hpp>
#include <iostream>
#include <iomanip>
int main()
{
std::cout << "<- wf0 = " << wf0 << "\n";
std::cout << std::setprecision(15);
std::cout << double(d) << " + " << double(e) << std::endl;
std::cout << double(e)+double(d) << std::endl;
std::cout <<
eve::sqrt(3.0) - (double(e)+double(d))<< std::endl;
}
constexpr auto sqrt
Computes the elementwise square root of the parameter.
Definition sqrt.hpp:86
Wrapper for SIMD registers.
Definition wide.hpp:94