|
|
BSD 3.0
#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.