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