Annotation of 3BSD/libF77/pow_dd.c, revision 1.1

1.1     ! root        1: double pow_dd(ap, bp)
        !             2: double *ap, *bp;
        !             3: {
        !             4: double pow();
        !             5: 
        !             6: return(pow(*ap, *bp) );
        !             7: }

unix.superglobalmegacorp.com

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