Retrieves the real component of a complex class.
template<class T> T real(const complex<T>&);
Returns the real component of the argument.