This is log10.c in view mode; [Download] [Up]
double jv_log10(x)
double x;
{
double jv_log(double );
return(jv_log(x)*0.43429448190325182765);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.