d_imag.c   [plain text]


#include "f2c.h"

double
d_imag (doublecomplex * z)
{
  return (z->i);
}