|
|
BSD 4.1
#define log10e 0.43429448190325182765
double d_lg10(x)
double *x;
{
double log();
return( log10e * log(*x) );
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.