Annotation of 40BSD/lib/libF77/c_sin.c, revision 1.1

1.1     ! root        1: #include "complex"
        !             2: 
        !             3: c_sin(r, z)
        !             4: complex *r, *z;
        !             5: {
        !             6: double sin(), cos(), sinh(), cosh();
        !             7: 
        !             8: r->real = sin(z->real) * cosh(z->imag);
        !             9: r->imag = cos(z->real) * sinh(z->imag);
        !            10: }

unix.superglobalmegacorp.com

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