Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
r_imag.c
Go to the documentation of this file.00001 #include "f2c.h"
00002
00003 #ifdef KR_headers
00004 double r_imag(z) complex *z;
00005 #else
00006 double r_imag(complex *z)
00007 #endif
00008 {
00009 return(z->i);
00010 }