Answer to Question 29B-4

double re(const Complex& z)
{
  return z.rePart;
}