function imag(const int &) 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