Annotation of researchv10no/libF77/derfc_.c, revision 1.1

1.1     ! root        1: #include "f2c.h"
        !             2: 
        !             3: #ifdef KR_headers
        !             4: extern double erfc();
        !             5: 
        !             6: double derfc_(x) doublereal *x;
        !             7: #else
        !             8: extern double erfc(double);
        !             9: 
        !            10: double derfc_(doublereal *x)
        !            11: #endif
        !            12: {
        !            13: return( erfc(*x) );
        !            14: }

unix.superglobalmegacorp.com

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