#include <eve/module/math.hpp>
#include <iostream>
#include <iomanip>
int main()
{
std::cout << std::setprecision(9);
std::cout << std::setprecision(17);
}
constexpr auto lower
Guarantees a result no greater than the exact mathematical one.
Definition core.hpp:103
constexpr auto upper
Guarantees a result no smaller than the exact mathematical one.
Definition core.hpp:102
Wrapper for SIMD registers.
Definition wide.hpp:94