Skip to content

function real(const complex<T> &) complex

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

Returns the real part of the complex value

Defined at simd/complex.hpp:236