Annotation of 41BSD/lib/libF77/d_cnjg.c, revision 1.1

1.1     ! root        1: #include "complex"
        !             2: 
        !             3: d_cnjg(r, z)
        !             4: dcomplex *r, *z;
        !             5: {
        !             6: r->dreal = z->dreal;
        !             7: r->dimag = - z->dimag;
        !             8: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.