|
|
BSD 4.2
/*
* "@(#)d_imag.c 1.1"
*/
#include "complex"
double d_imag(z)
dcomplex *z;
{
return(z->dimag);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.