#include <eve/module/math.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf = " << wf << "\n";
std::cout <<
"-> gd(wf) = " <<
eve::gd(wf) <<
"\n";
std::cout <<
"-> gd[wf != -2.0](wf) = " <<
eve::gd[wf != -2.0](wf) <<
"\n";
}
constexpr auto gd
elementwise_callable object computing the gudermanian gd: .
Definition gd.hpp:83
Conditional expression ignoring the k last lanes from a eve::simd_value.
Definition conditional.hpp:361
Wrapper for SIMD registers.
Definition wide.hpp:94
{
}
Specifies that a type is a Conditional Expression.
Definition conditional.hpp:28
The concept floating_value<T> is satisfied if and only if T satisfies eve::value and the element type...
Definition value.hpp:116
The concept logical_value<T> is satisfied if and only if T satisfies eve::value and the element type ...
Definition value.hpp:134
constexpr auto raw
Performs the operation minimally, trading accuracy for speed.
Definition core.hpp:95
constexpr auto fast
Performs the operation faster than the regular call while keeping more accuracy than raw.
Definition core.hpp:79
EVE Main Namespace.
Definition abi.hpp:19