|
|
1.1 root 1: #include "complex"
2:
3: float c_abs(z)
4: complex *z;
5: {
6: double cabs();
7:
8: return( cabs( z->real, z->imag ) );
9: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.