|
|
Power 6/32 Unix version 1.21
/*
* "@(#)r_lg10f.c 1.1"
*/
/*#define log10e 0.43429448190325182765
*/
#define log10e 0.43429448
float r_lg10(x)
float *x;
{
fortran float log();
return( log10e * log(*x) );
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.