Skip to content

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

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

Returns the imaginary part of the complex value

Defined at simd/complex.hpp:264