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