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