|
|
1.1 root 1: #include "f2c.h"
2:
3: VOID
4: #ifdef KR_headers
5: d_cnjg(r, z) doublecomplex *r, *z;
6: #else
7: d_cnjg(doublecomplex *r, doublecomplex *z)
8: #endif
9: {
10: r->r = z->r;
11: r->i = - z->i;
12: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.