Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
libf2c
/
libF77
/
d_imag.c
blob: cc937644b75130757145f58c6e79e808bc43d63b [
file
] [
log
] [
blame
]
#include
"f2c.h"
double
d_imag
(
doublecomplex
*
z
)
{
return
(
z
->
i
);
}