Skip to content

function real(const vec<complex<T>, N> &) complex

template <typename T, size_t N>
constexpr KFR_INTRINSIC vec<T, N> real(const vec<complex<T>, N>& value) { … }

Returns the real part of the complex value

Defined at simd/complex.hpp:243