Doxygen Source Code Documentation
d_imag.c
Go to the documentation of this file.00001 #include "f2c.h" 00002 00003 #ifdef KR_headers 00004 double d_imag(z) doublecomplex *z; 00005 #else 00006 double d_imag(doublecomplex *z) 00007 #endif 00008 { 00009 return(z->i); 00010 }