Skip to content

function imag(const complex<T> &) complex

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

Returns the imaginary part of the complex value

Defined at simd/complex.hpp:257