Annotation of 41BSD/lib/libF77/d_lg10.c, revision 1.1.1.1

1.1       root        1: #define log10e 0.43429448190325182765
                      2: 
                      3: double d_lg10(x)
                      4: double *x;
                      5: {
                      6: double log();
                      7: 
                      8: return( log10e * log(*x) );
                      9: }

unix.superglobalmegacorp.com

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