Doxygen Source Code Documentation
d_imag.c File Reference
#include "f2c.h"Go to the source code of this file.
Functions | |
| double | d_imag (doublecomplex *z) |
Function Documentation
|
|
Definition at line 6 of file d_imag.c.
00008 {
00009 return(z->i);
00010 }
|